modulepackage
0.0.1
Repository: https://github.com/xandercheung/wxpayv3-go.git
Documentation: pkg.go.dev
# README
wxpayv3-go
使用 Golang 实现微信支付(wechat pay) v3版本
# Packages
No description provided by the author
# Constants
认证类型.
获取平台证书列表.
No description provided by the author
No description provided by the author
已关闭.
未支付.
支付失败(其他原因,如银行返回失败).
转入退款.
已撤销(付款码支付).
支付成功.
用户支付中(付款码支付).
Native下单API.
# Structs
No description provided by the author
No description provided by the author
ErrorResponse 错误码和错误提示.
NativeOrderResponse Native下单返回结构.
PayNotifyRequest 支付成功结果通知返回结构.
PayNotifyResourceRequest 支付成功结果通知 商户对resource对象进行解密后,得到的资源对象结构.
PlatformCertCentral 微信平台证书中控.
PlatformCertificateMapDriver 微信平台证书 sync.Map 驱动器.
PlatformCertificatesResponse 获取平台证书列表返回结构.
# Interfaces
PlatformCertDriver 微信平台证书存储器.
# Type aliases
TradeState 交易状态.