Commit 5c9c16b1 by linboxuan

alipayNotify

parent 31f2684a
...@@ -569,6 +569,10 @@ class UtilsOrderService extends AppServiceBase { ...@@ -569,6 +569,10 @@ class UtilsOrderService extends AppServiceBase {
async aliPayNotify(parmas, client_ip) { // 支付宝回调 async aliPayNotify(parmas, client_ip) { // 支付宝回调
try { try {
console.log("支付宝回调参数信息--------------------start")
console.log(typeof(parmas))
console.log(parmas)
console.log("支付宝回调参数信息--------------------end")
//日志记录 //日志记录
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