Commit ee1cdc49 by 王勇飞

add log channelTmNotifyByAli

parent 06c2152b
......@@ -339,7 +339,7 @@ class TmSub {
async channelTmNotifyByAli(pobj) {//渠道通知商标状态-用于阿里
logCtl.info({
optitle: "渠道通知商标状态参数用于阿里---info",
op: "base/api/impl/tmsub/channelTmNotify",
op: "base/api/impl/tmsub/channelTmNotifyByAli",
content: JSON.stringify(pobj),
clientIp: ""
});
......@@ -352,7 +352,7 @@ class TmSub {
logCtl.info({
logLevel: "error",
optitle: "fq渠道商标状态通知处理用于阿里---error",
op: "base/api/impl/tmsub/channelTmNotify",
op: "base/api/impl/tmsub/channelTmNotifyByAli",
content: "参数:" + JSON.stringify(pobj) + ",返回结果:" + JSON.stringify(opResult),
clientIp: ""
});
......@@ -368,7 +368,7 @@ class TmSub {
} catch (e) {
logCtl.error({
optitle: "fq渠道商标状态通知异常用于阿里---error",
op: "base/api/impl/tmsub/channelTmNotify",
op: "base/api/impl/tmsub/channelTmNotifyByAli",
content: e.stack,
clientIp: ""
});
......
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