微信支付 SDK
V2 版支付(商户/服务商)
V2 版分账(商户/服务商)
V2 版企业付款到零钱
V3 版支付即服务
安装包
go get -u github.com/wleven/wxpay
查看文档
// 执行命令
godoc -http=:8888 -play
// 浏览器打开文档
http://127.0.0.1:8888/pkg/github.com/wleven/wxpay/
V2 版本下单接口
config := entity.PayConfig{
// 传入支付初始化参数
AppID string // 商户/服务商 AppId(公众号/小程序)
MchID string // 商户/服务商 商户号
SubAppID string // 子商户公众号ID
1