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
微信支付
- Host: GitHub
- URL: https://github.com/nilorg/wxpay
- Owner: nilorg
- License: mit
- Created: 2019-09-21T02:58:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T07:10:53.000Z (over 2 years ago)
- Last Synced: 2025-02-02T21:32:04.695Z (4 months ago)
- Topics: go, golang, weixin-pay, weixinpay, wxpay, wxpay-sdk
- Language: Go
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. 企业付款-企业向微信用户个人付款 ✅