Commit 5b6c623a by 王勇飞

pp

parent 1bc60e2e
......@@ -295,11 +295,13 @@ class TmSub {
result.code = -150;
}
var tokenResult = JSON.parse(tokenReqResult.stdout);
if (tokenResult.status != 0) {
if (tokenResult.data.token) {
result.code = -150;
}
if (result.code == -150) {
console.log("tmsub/channelTmNotify阿里去同步当前状态之前:" + result.code);
var opResult = await this.opAliNotify(pobj.actionBody);
console.log("tmsub/channelTmNotify阿里同步当前状态完成:" + result.code);
if (opResult.code != 1) {
logCtl.info({
logLevel: "error",
......
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