Commit edffbf63 by 陈思聪

打印日志

parent d0935f72
...@@ -51,6 +51,7 @@ class AppServiceBase { ...@@ -51,6 +51,7 @@ class AppServiceBase {
} }
async execPostUrl(pobj, url) { async execPostUrl(pobj, url) {
var rtn = await this.execClient.execPost(pobj, url); var rtn = await this.execClient.execPost(pobj, url);
console.log(`execPostUrl=> [url]=${url}`,"[data]=",pobj,"[rtn]=",rtn)
if (!rtn || !rtn.stdout) { if (!rtn || !rtn.stdout) {
return system.getResult(null, "execPost data is empty"); return system.getResult(null, "execPost data is empty");
} }
......
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