Jerry %!s(int64=6) %!d(string=hai) anos
pai
achega
16d6ef0818
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      wechat_service_api.go

+ 1 - 0
wechat_service_api.go

@@ -216,6 +216,7 @@ func (w *WeChatNotifyResponse) ToXmlString() (xmlStr string) {
 //    timeStamp:时间
 //    ApiKey:API秘钥值
 //    微信小程序支付API:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/payment/wx.requestPayment.html
+//    微信小程序支付PaySign计算文档:https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=7_7&index=3
 func GetMiniPaySign(appId, nonceStr, prepayId, signType, timeStamp, apiKey string) (paySign string) {
 	var (
 		buffer strings.Builder