适用于Golang的AliPay SDK
支付宝 AliPay SDK for Go, 集成简单,功能完善,持续更新,支持公钥证书和普通公钥进行签名和验签。
AliPay SDK for Golang
安装
启用 Go module
go get github.com/smartwalle/alipay/v3
import github.com/smartwalle/alipay/v3
未启用 Go module
go get github.com/smartwalle/alipay
import github.com/smartwalle/alipay
帮助
在集成的过程中有遇到问题,欢迎加 QQ 群 564704807 讨论,或者使用微信扫描下方的二维码。
其它支付
微信支付 https://github.com/smartwalle/wxpay
PayPal https://github.com/smartwalle/paypal
关于各分支(版本)
v1 - 最老的版本,实现了完整的支付功能,目前已停止更新维护;
v2 - 在 v1 的基础上进行了一些优化和规范调