Commit ac321ea6 by 宋毅

tj

parent 99f799b0
...@@ -57,7 +57,7 @@ class UtilsFqAliyunService extends AppServiceBase { ...@@ -57,7 +57,7 @@ class UtilsFqAliyunService extends AppServiceBase {
if (verifyResult.status != 0) { if (verifyResult.status != 0) {
return await this.disposePushResultFail(pobj, verifyResult, "fq->pushAliBusiness2Fq->verifyResult"); return await this.disposePushResultFail(pobj, verifyResult, "fq->pushAliBusiness2Fq->verifyResult");
} }
var interface_params_info = verify.data; var interface_params_info = verifyResult.data;
var result = await this.opAliyunClientPost(pobj, interface_params_info.opUrl, interface_params_info.key, interface_params_info.secret, pobj.actionBody); var result = await this.opAliyunClientPost(pobj, interface_params_info.opUrl, interface_params_info.key, interface_params_info.secret, pobj.actionBody);
return await this.disposePushResult(pobj, result, "fq->pushAliBusiness2Fq->result"); return await this.disposePushResult(pobj, result, "fq->pushAliBusiness2Fq->result");
} }
......
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