Commit a06524d8 by linboxuan

alipayNotify

parent 5f3f7036
...@@ -578,7 +578,7 @@ class UtilsOrderService extends AppServiceBase { ...@@ -578,7 +578,7 @@ class UtilsOrderService extends AppServiceBase {
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(), content: parmas.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