An open API service indexing awesome lists of open source software.

https://github.com/nilorg/wxpay

微信支付
https://github.com/nilorg/wxpay

go golang weixin-pay weixinpay wxpay wxpay-sdk

Last synced: 2 months ago
JSON representation

微信支付

Awesome Lists containing this project

README

        

# wxpay
微信支付(开发中)

# Usage
```bash
go get -u github.com/nilorg/wxpay
```
# Import
```go
import "github.com/nilorg/wxpay"
```

# 文档
1. [协议规范](https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=4_1)

# 功能
2. 统一下单 ✅
3. 查询订单
4. 关闭订单
5. 申请退款
6. 查询退款
7. 下载对账单
8. 下载资金账单
9. 支付结果通知
10. 交易保障
11. 退款结果通知
12. 拉取订单评价数据
13. 现金红包-发红包 ✅
14. 现金红包-发裂变红包 ✅
15. 现金红包-查红包记录
16. 企业付款-企业向微信用户个人付款 ✅