Commit 69812c32 by 宋毅

tj

parent f95c265c
...@@ -69,7 +69,7 @@ class ExecClient { ...@@ -69,7 +69,7 @@ class ExecClient {
return reqResult; return reqResult;
} }
//方式二 //方式二
rtn = await this.execClient.execPostTimeOut(params, url, ContentType, headData, timeOut); rtn = await this.execPostTimeOut(params, url, ContentType, headData, timeOut);
if (!rtn || !rtn.stdout) { if (!rtn || !rtn.stdout) {
reqResult = system.getResult(null, "execPostTimeOut data is empty"); reqResult = system.getResult(null, "execPostTimeOut data is empty");
} else { } else {
......
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