Commit 9402e525 by 宋毅

去除日志

parent aaf201d0
......@@ -116,7 +116,7 @@ class UtilsFqAliyunService extends AppServiceBase {
var rtn = await rc.post(url, key, secret, params);
this.execClientNew.execLogs(`utilsFqAliyunSve-opAliyunClientPost-result:url=${url}`, pobj, "center-channel-opAliyunClientPost", rtn, null);
if (rtn.success !== true && rtn.code != 200) {
if (rtn.success != true || !(rtn.code == "200")) {
return system.getResultFail(-1, `推送失败,失败原因:${JSON.stringify(rtn)}`);
}
return system.getResultSuccess(rtn.data, "推送成功");
......
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