- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/ihaolin/wepay
- 软件文档: https://github.com/ihaolin/wepay/blob/master/README.md
- 官方下载: https://github.com/ihaolin/wepay/releases
软件介绍
wepay是一款轻量的微信支付组件(A Lightweight Wechat Pay Component)。
包引入:
<dependency> <groupId>me.hao0</groupId> <artifactId>wepay-core</artifactId> <version>1.2.4</version> </dependency>
依赖包,注意引入项目时是否需要exclude:
<dependency> <groupId>me.hao0</groupId> <artifactId>common</artifactId> <version>1.1.2</version> </dependency>
基本用法:
Wepay wepay = WepayBuilder .newBuilder(appId, appKey, mchId) .config1(...) // 其他可选配置 ... .build(); wepay.module().api();
已实现的组件:
支付
pay();退款
refund();订单
order();通知
notify();账单
bill()。API文档这里。
Web Design DeMYSTiFieD
Willard, Wendy / 2010-11 / $ 24.86
Website Design just got a whole lot easier! This title helps you to learn the latest website development tools, techniques, and best practices. "Web Design Demystified" provides the hands-on help you ......一起来看看 《Web Design DeMYSTiFieD》 这本书的介绍吧!
