gopay icon indicating copy to clipboard operation
gopay copied to clipboard

golang支付:微信公众号,微信app,微信小程序,微信企业支付,支付宝网页版,支付宝app,支付宝企业支付

Results 1 gopay issues
Sort by recently updated
recently updated
newest added

[微信支付的回调接口文档](https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter3_2_5.shtml) 关键字 trade_state 在你的代码里没有任何体现,你是怎么判断支付成功的? 交易状态 | trade_state | string[1,32] | 是 | 交易状态,枚举值:SUCCESS:支付成功REFUND:转入退款NOTPAY:未支付CLOSED:已关闭REVOKED:已撤销(付款码支付)USERPAYING:用户支付中(付款码支付)PAYERROR:支付失败(其他原因,如银行返回失败)示例值:SUCCESS -- | -- | -- | -- | --