Commit d2bd804c by 宋毅

增加日志

parent 5b70934d
...@@ -84,6 +84,7 @@ class UtilsFqAliyunService extends AppServiceBase { ...@@ -84,6 +84,7 @@ class UtilsFqAliyunService extends AppServiceBase {
await this.transformNeedActionBody(pobj); await this.transformNeedActionBody(pobj);
} }
let result = await this.opAliyunClientPost(pobj, interface_params_info.opUrl, interface_params_info.key, interface_params_info.secret, pobj.actionBody); let result = await this.opAliyunClientPost(pobj, interface_params_info.opUrl, interface_params_info.key, interface_params_info.secret, pobj.actionBody);
this.execClientNew.execLogs(`utilsFqAliyunSve-pushAliBusiness2Fq-opAliyunClientPost->result`, pobj, "center-channel-opAliyunClientPost", result, null);
if (result.status != 0) { if (result.status != 0) {
return await this.disposePushResultFail(pobj, result, "fq->pushAliBusiness2Fq->opAliyunClientPost->result", this.pushlogFailType.FQ); return await this.disposePushResultFail(pobj, result, "fq->pushAliBusiness2Fq->opAliyunClientPost->result", this.pushlogFailType.FQ);
} }
......
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