Commit f2cf7152 by 王栋源

wdy

parent 8d30f11c
...@@ -537,13 +537,7 @@ class ToolCtl { ...@@ -537,13 +537,7 @@ class ToolCtl {
title: obj.companyname, title: obj.companyname,
linkUrl: info.filepath linkUrl: info.filepath
} }
let wait = ms => new Promise(resolve => setTimeout(resolve, ms));
await wait(30000);
var rtn = await this.execClient.execPost(pobj, obj.notifyUrl); var rtn = await this.execClient.execPost(pobj, obj.notifyUrl);
console.log(rtn)
await wait(30000);
var rtn = await this.execClient.execPost(pobj, obj.notifyUrl);
console.log("report------------------------------------------------------------------"); console.log("report------------------------------------------------------------------");
logCtl.info({ logCtl.info({
optitle: "icompany---------log", optitle: "icompany---------log",
......
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