Commit 6d3d0e8d by 王栋源

wdy

parent 9a760aaf
......@@ -46,7 +46,7 @@ module.exports = function (app) {
try {
var client_ip = system.get_client_ip(req);
req.body.action_type="receiveFeedback";
var result = await utilsNeedSve.opBackNotify(req.body, client_ip);
var result = await utilsNeedSve.reqcenterchannel(req.body, client_ip);
logCtl.info({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "回调处理订单结果:,method=" + req.body.trxcode,
op: "center-channel/tlpay/opBackNotify",
......@@ -67,7 +67,7 @@ module.exports = function (app) {
try {
var client_ip = system.get_client_ip(req);
req.body.action_type="paySuccess";
var result = await utilsNeedSve.opBackNotify(req.body, client_ip);
var result = await utilsNeedSve.reqcenterchannel(req.body, client_ip);
logCtl.info({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "回调处理订单结果:,method=" + req.body.trxcode,
op: "center-channel/tlpay/opBackNotify",
......
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