Commit 20e159e8 by linboxuan

update 2.4

parent 5922ed7f
......@@ -520,7 +520,7 @@ class UtilsNeedSve extends AppServiceBase {
var token = tokenInfo.data.token;
var userpin = "";
//带userpin请求
url = settings.centerChannelUrl() + "/api/opreceive/edi/springBoard";
var url = settings.centerChannelUrl() + "/api/opreceive/edi/springBoard";
var sobj = {
"actionType": pobj.action_type,
"actionBody": pobj
......@@ -566,7 +566,7 @@ class UtilsNeedSve extends AppServiceBase {
var token = tokenInfo.data.token;
var userpin = "";
//带userpin请求
url = settings.centerChannelUrl() + "/api/opreceive/edi/springBoard";
var url = settings.centerChannelUrl() + "/api/opreceive/edi/springBoard";
var sobj = {
"actionType": pobj.action_type,
"actionBody": pobj
......
......@@ -316,7 +316,7 @@ module.exports = function (app) {
var result = await gatewaypushlogSve.soulutionFeebackAliEsp(req.body, client_ip);
logCtl.info({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "回调处理订单结果:,method=" + req.body.trxcode,
op: "/ali/esp/produce/notice",
op: "/ali/esp/intention/solution/feedback",
content: "回调参数:" + JSON.stringify(req.body) + "回调处理订单结果:" + JSON.stringify(result),
clientIp: client_ip || ""
});
......@@ -325,7 +325,7 @@ module.exports = function (app) {
} catch (error) {
logCtl.error({
optitle: (new Date()).Format("yyyy-MM-dd hh:mm:ss") + "记录回调处理结果异常:,method=" + req.body.trxcode,
op: "/ali/esp/produce/notice",
op: "/ali/esp/intention/solution/feedback",
content: "回调参数:" + JSON.stringify(req.body) + "error:" + error.stack,
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