Commit 27fbcfa6 by 王栋源

wdy

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