https://github.com/lishuhao/wxpay
微信支付 Golang SDK
https://github.com/lishuhao/wxpay
golang wechat wechat-pay wexin
Last synced: 3 months ago
JSON representation
微信支付 Golang SDK
- Host: GitHub
- URL: https://github.com/lishuhao/wxpay
- Owner: lishuhao
- Created: 2018-09-20T05:08:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T03:59:17.000Z (over 6 years ago)
- Last Synced: 2025-01-09T11:32:33.035Z (5 months ago)
- Topics: golang, wechat, wechat-pay, wexin
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
微信支付sdk
测试文件中的Appid,MechId,SignKey 属于敏感数据,若要执行测试文件,请新建demo_data.go 文件,并定义以下常量```go
//敏感数据,做测试用
const(
Appid = "你的App id"
MechId = "你的 商户号"
SignKey = "你的密钥"
)
```