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