Commit c7650b8f by linboxuan

alipayNotify log

parent 00f0a8e5
...@@ -601,6 +601,9 @@ class UtilsOrderService extends AppServiceBase { ...@@ -601,6 +601,9 @@ class UtilsOrderService extends AppServiceBase {
sign += this.paySecret sign += this.paySecret
sign = md5(sign).toUpperCase() sign = md5(sign).toUpperCase()
params.sign = sign params.sign = sign
console.log("准备验签名params-------------------start")
console.log(params)
console.log("准备验签名params-------------------end")
// let res = await axios.post(url, params) // let res = await axios.post(url, params)
// this.logCtl.info({ // this.logCtl.info({
// optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "支付宝回调参数验签结果", // optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "支付宝回调参数验签结果",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment