Commit 18b9adbc by 孙亚楠

d

parent 0582c9f1
...@@ -126,7 +126,7 @@ class Zzzd { ...@@ -126,7 +126,7 @@ class Zzzd {
pobj.actionBody.enterprise = pobj.actionBody.enterprise ? pobj.actionBody.enterprise :""; pobj.actionBody.enterprise = pobj.actionBody.enterprise ? pobj.actionBody.enterprise :"";
try { try {
console.log("免费参数"+JSON.stringify(pobj)); console.log("免费参数"+JSON.stringify(pobj));
let rtn =await this.restClient.restPostUrl(pobj.actionBody,settings.zzzdUrl()+this.zzzApi.phoneNumber); let rtn =await this.restClient.execPost(pobj.actionBody,settings.zzzdUrl()+this.zzzApi.phoneNumber);
if (!rtn || !rtn.stdout) { if (!rtn || !rtn.stdout) {
return system.getResult(null, "restPost data is empty"); return system.getResult(null, "restPost 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