Commit b8f9a8bf by 宋毅

去除多余的代码

parent 313f9786
...@@ -117,7 +117,7 @@ class UtilsFqAliyunService extends AppServiceBase { ...@@ -117,7 +117,7 @@ class UtilsFqAliyunService extends AppServiceBase {
this.execClientNew.execLogs(`utilsFqAliyunSve-opAliyunClientPost-result:url=${url}`, pobj, "center-channel-opAliyunClientPost", rtn, null); this.execClientNew.execLogs(`utilsFqAliyunSve-opAliyunClientPost-result:url=${url}`, pobj, "center-channel-opAliyunClientPost", rtn, null);
console.log(rtn, ".....................opAliyunClientPost.........................11111111......") console.log(rtn, ".....................opAliyunClientPost.........................11111111......")
console.log(JSON.stringify(rtn), ".....................opAliyunClientPost............22222...................") console.log(JSON.stringify(rtn), ".....................opAliyunClientPost............22222...................")
if (rtn.success.toString() === "true" && rtn.code.toString() == "200") { if (rtn.success.toString() === "true" && rtn.code.toString() === "200") {
return system.getResultSuccess(rtn.data, "推送成功"); return system.getResultSuccess(rtn.data, "推送成功");
} else { } else {
return system.getResultFail(-1, `推送失败,失败原因:${JSON.stringify(rtn)}`); return system.getResultFail(-1, `推送失败,失败原因:${JSON.stringify(rtn)}`);
......
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