Commit f0b8397c by 任晓松

update

parent 0fbf7b28
...@@ -32,7 +32,6 @@ class Push360Service extends AppBase{ ...@@ -32,7 +32,6 @@ class Push360Service extends AppBase{
status: status status: status
} }
result = await this.execPostByTimeOut(null,pushObj, url); result = await this.execPostByTimeOut(null,pushObj, url);
console.log(result,'--------------result')
if (result.status != 0) { if (result.status != 0) {
return result; 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