Commit f79b4000 by 任晓松

update

parent cef76931
...@@ -81,7 +81,6 @@ class ExecClientNew { ...@@ -81,7 +81,6 @@ class ExecClientNew {
//方式二 //方式二
rtn = await this.execPostTimeOut(params, url, ContentType, headData, timeOut); rtn = await this.execPostTimeOut(params, url, ContentType, headData, timeOut);
params.reqUrl = url; params.reqUrl = url;
console.log(result,'----------------')
if (!rtn || !rtn.stdout) { if (!rtn || !rtn.stdout) {
this.execLogs(execFile + "执行execPostTimeOutByBusiness返回的数据为空", params, params.identifyCode, null, null); this.execLogs(execFile + "执行execPostTimeOutByBusiness返回的数据为空", params, params.identifyCode, null, null);
reqResult = system.getResult(null, "execPostTimeOut data is empty"); reqResult = system.getResult(null, "execPostTimeOut data is empty");
...@@ -183,6 +182,7 @@ class ExecClientNew { ...@@ -183,6 +182,7 @@ class ExecClientNew {
ContentType = "application/json"; ContentType = "application/json";
} }
let cmd = this.FetchPostCmd(params, url, ContentType, headData); let cmd = this.FetchPostCmd(params, url, ContentType, headData);
console.log(cmd)
var options = { var options = {
timeout: timeOut, timeout: timeOut,
maxBuffer: 1024 * 1024 * 15 maxBuffer: 1024 * 1024 * 15
......
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