Commit 6cee492f by 宋毅

tj3

parent 737d3951
......@@ -273,11 +273,7 @@ module.exports = function (app) {
await logCtl.applicationOctetStream2Json(req);
}
var client_ip = system.get_client_ip(req);
<<<<<<< HEAD
req.body.action_type = "icpSubmitNeed";
=======
req.body.action_type = "submitNeed";
>>>>>>> 1631774356a4d0d7696a7ea7626878ed46926858
var result = await gatewaypushlogSve.icpSubmitNeed(req.body, client_ip);
logCtl.info({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "回调处理订单结果:,method=" + req.body.trxcode,
......
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