Commit 139f659c by 王栋源

wdy

parent 7f74cc89
...@@ -49,7 +49,7 @@ module.exports = function (app) { ...@@ -49,7 +49,7 @@ module.exports = function (app) {
var result = await utilsNeedSve.reqcenterchannel(req.body, client_ip); var result = await utilsNeedSve.reqcenterchannel(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: "center-channel/tlpay/opBackNotify", op: "/api/ali/esp/intention/solution/feedback",
content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result), content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result),
clientIp: client_ip || "" clientIp: client_ip || ""
}); });
...@@ -58,7 +58,7 @@ module.exports = function (app) { ...@@ -58,7 +58,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: "center-channel/tlpay/opBackNotify", op: "/api/ali/esp/intention/solution/feedback",
content: "回调参数:" + JSON.stringify(req.body) + "error:" + error.stack, content: "回调参数:" + JSON.stringify(req.body) + "error:" + error.stack,
clientIp: client_ip || "" clientIp: client_ip || ""
}); });
...@@ -71,7 +71,7 @@ module.exports = function (app) { ...@@ -71,7 +71,7 @@ module.exports = function (app) {
var result = await utilsNeedSve.paySuccess(req.body, client_ip); var result = await utilsNeedSve.paySuccess(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: "center-channel/tlpay/opBackNotify", op: "/api/ali/ic/paySuccess",
content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result), content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result),
clientIp: client_ip || "" clientIp: client_ip || ""
}); });
...@@ -80,7 +80,7 @@ module.exports = function (app) { ...@@ -80,7 +80,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: "center-channel/tlpay/opBackNotify", op: "/api/ali/ic/paySuccess",
content: "回调参数:" + JSON.stringify(req.body) + "error:" + error.stack, content: "回调参数:" + JSON.stringify(req.body) + "error:" + error.stack,
clientIp: client_ip || "" clientIp: client_ip || ""
}); });
...@@ -93,7 +93,7 @@ module.exports = function (app) { ...@@ -93,7 +93,7 @@ module.exports = function (app) {
var result = await utilsNeedSve.reqcenterchannel(req.body, client_ip); var result = await utilsNeedSve.reqcenterchannel(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: "center-channel/tlpay/opBackNotify", op: "/api/ali/esp/intention/close",
content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result), content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result),
clientIp: client_ip || "" clientIp: client_ip || ""
}); });
...@@ -102,7 +102,7 @@ module.exports = function (app) { ...@@ -102,7 +102,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: "center-channel/tlpay/opBackNotify", op: "/api/ali/esp/intention/close",
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