@@ -164,8 +164,8 @@ func GetAppPayData(outTradeNo string, totalPrice int64, body, notifyUrl, remoteI
"partnerid": outTradeNo,
"prepayid": prepayId,
"package": "Sign=WXPay",
- "timeStamp": fmt.Sprintf("%d", time.Now().Unix()),
- "nonceStr": nonce_str}
+ "timestamp": fmt.Sprintf("%d", time.Now().Unix()),
+ "noncestr": nonce_str}
ret["pasignySign"] = mch.Sign(ret, mechantInfo.ApiKey, nil)
return ret