Commit 5483c3ba by linboxuan

lin update

parent 884754b6
...@@ -288,7 +288,7 @@ module.exports = function (app) { ...@@ -288,7 +288,7 @@ module.exports = function (app) {
var result = await gatewaypushlogSve.produceNoticeAliEsp(req.body, client_ip); var result = await gatewaypushlogSve.produceNoticeAliEsp(req.body, client_ip);
logCtl.info({ logCtl.info({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "回调处理订单结果:,method=" + req.body.trxcode, optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "回调处理订单结果:,method=" + req.body.trxcode,
op: "/esp/produce/notice", op: "/api/ali/esp/produce/notice",
content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result), content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result),
clientIp: client_ip || "" clientIp: client_ip || ""
}); });
...@@ -297,7 +297,7 @@ module.exports = function (app) { ...@@ -297,7 +297,7 @@ module.exports = function (app) {
} catch (error) { } catch (error) {
logCtl.error({ logCtl.error({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "记录回调处理结果异常:,method=" + req.body.trxcode, optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "记录回调处理结果异常:,method=" + req.body.trxcode,
op: "/esp/produce/notice", op: "/api/ali/esp/produce/notice",
content: "回调参数:" + JSON.stringify(req.body) + "error:" + error.stack, content: "回调参数:" + JSON.stringify(req.body) + "error:" + error.stack,
clientIp: client_ip || "" clientIp: client_ip || ""
}); });
......
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