Commit b93ac94c by 宋毅

tj

parent 87cea623
......@@ -300,11 +300,11 @@ class TmSub {
if (result.code == -150) {
var opResult = await this.opAliNotify(pobj.actionBody);
if (opResult.code != 1) {
this.oplogSve.createDb({
logCtl.info({
logLevel: "error",
optitle: "fq渠道商标状态通知处理异常---error",
op: "base/api/impl/tmsub/channelTmNotify",
content: JSON.stringify(pobj),
content: "参数:" + JSON.stringify(pobj) + ",返回结果:" + JSON.stringify(opResult),
clientIp: ""
});
result.msg = "渠道商标状态通知异常";
......@@ -346,16 +346,16 @@ class TmSub {
if (actionProcess == "AliTm") {
var opResult = await this.opAliNotify(pobj.actionBody);
if (opResult.code != 1) {
this.oplogSve.createDb({
logCtl.info({
logLevel: "error",
optitle: "fq渠道商标状态通知处理用于阿里---error",
op: "base/api/impl/tmsub/channelTmNotify",
content: JSON.stringify(pobj),
content: "参数:" + JSON.stringify(pobj) + ",返回结果:" + JSON.stringify(opResult),
clientIp: ""
});
result.code = -150;
result.status = -150;
result.msg = "渠道商标状态通知异常用于阿里";
result.msg = "渠道商标状态通知异常用于阿里,返回结果:" + JSON.stringify(opResult);
result.message = "渠道商标状态通知异常用于阿里";
return result;
}
......
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