Commit 5e5dee1a by 王栋源

wdy

parent 118df192
...@@ -538,6 +538,12 @@ class ToolCtl { ...@@ -538,6 +538,12 @@ class ToolCtl {
} }
var rtn = await this.execClient.execPost(pobj, obj.notifyUrl); var rtn = await this.execClient.execPost(pobj, obj.notifyUrl);
console.log("report------------------------------------------------------------------"); console.log("report------------------------------------------------------------------");
logCtl.info({
optitle: "icompany---------log",
op: "tooCtl/createMonitoringReportH5p",
content: rtn,
clientIp: ""
});
console.log(rtn) console.log(rtn)
} }
source.filepath = info.filepath; source.filepath = info.filepath;
......
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