|
@@ -167,6 +167,8 @@ func GetAppPayData(outTradeNo string, totalPrice int64, body, notifyUrl, remoteI
|
|
|
"timestamp": fmt.Sprintf("%d", time.Now().Unix()),
|
|
"timestamp": fmt.Sprintf("%d", time.Now().Unix()),
|
|
|
"noncestr": nonce_str}
|
|
"noncestr": nonce_str}
|
|
|
ret["pasignySign"] = mch.Sign(ret, mechantInfo.ApiKey, nil)
|
|
ret["pasignySign"] = mch.Sign(ret, mechantInfo.ApiKey, nil)
|
|
|
|
|
+
|
|
|
|
|
+ beego.BeeLogger.Warn("ret--%v", ret)
|
|
|
return ret
|
|
return ret
|
|
|
|
|
|
|
|
}
|
|
}
|