Commit f7512765 by linboxuan

alipayNotify

parent 846ef150
...@@ -577,7 +577,8 @@ class UtilsOrderService extends AppServiceBase { ...@@ -577,7 +577,8 @@ class UtilsOrderService extends AppServiceBase {
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") + "支付宝回调参数信息",
op: "service/impl/utilsSve/utilsOrderSve.js/aliPayNotify", op: "service/impl/utilsSve/utilsOrderSve.js/aliPayNotify",
content: JSON.stringify(parmas), // content: JSON.stringify(parmas),
content: params.toString(),
clientIp: client_ip || "" clientIp: client_ip || ""
}); });
if (!parmas.trade_status) { if (!parmas.trade_status) {
......
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