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

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

Awesome Lists containing this project

README

        

微信支付sdk
测试文件中的Appid,MechId,SignKey 属于敏感数据,若要执行测试文件,请新建demo_data.go 文件,并定义以下常量

```go
//敏感数据,做测试用
const(
Appid = "你的App id"
MechId = "你的 商户号"
SignKey = "你的密钥"
)
```