Commit d0935f72 by 陈思聪

打印日志

parent 495f5bef
...@@ -686,6 +686,7 @@ class UtilsNeedSve extends AppServiceBase { ...@@ -686,6 +686,7 @@ class UtilsNeedSve extends AppServiceBase {
"actionBody": pobj "actionBody": pobj
} }
var rtn = await this.execlient.execDataPostByTokenUserPin(sobj, url, token, userpinResultTmp.data.userpin); var rtn = await this.execlient.execDataPostByTokenUserPin(sobj, url, token, userpinResultTmp.data.userpin);
console.log(rtn);
if (!rtn || !rtn.stdout) { if (!rtn || !rtn.stdout) {
return this.getResult(self.getUUID(), "网络错误") return this.getResult(self.getUUID(), "网络错误")
} }
......
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