@@ -163,7 +163,7 @@ func GetAppPayData(outTradeNo string, totalPrice int64, body, notifyUrl, remoteI
"appId": appId,
"partnerId": outTradeNo,
"timeStamp": fmt.Sprintf("%d", time.Now().Unix()),
- "prepayId,": prepayId,
+ "prepayId": prepayId,
"signType": "MD5",
"nonceStr": nonce_str}
ret["paySign"] = mch.Sign(ret, mechantInfo.ApiKey, nil)