|
@@ -161,7 +161,7 @@ func GetAppPayData(outTradeNo string, totalPrice int64, body, notifyUrl, remoteI
|
|
|
nonce_str := strings.Join(us, "")
|
|
nonce_str := strings.Join(us, "")
|
|
|
ret = map[string]string{
|
|
ret = map[string]string{
|
|
|
"appid": appId,
|
|
"appid": appId,
|
|
|
- "partnerid": outTradeNo,
|
|
|
|
|
|
|
+ "partnerid": mechantInfo.MchId,
|
|
|
"prepayid": prepayId,
|
|
"prepayid": prepayId,
|
|
|
"package": "Sign=WXPay",
|
|
"package": "Sign=WXPay",
|
|
|
"timestamp": fmt.Sprintf("%d", time.Now().Unix()),
|
|
"timestamp": fmt.Sprintf("%d", time.Now().Unix()),
|