Commit 633b06da by 兰国旗

laolan

parent bb916f66
......@@ -232,7 +232,7 @@ class QcCenterOrderService extends AppServiceBase {
OperateType: res.data.ApplicationStatus
};
//推送状态变更
this.aliclient.reqbyget({ action: "OperateProduceForPartner", reqbody: pushObj, apiVersion: "2019-09-26" });
this.aliclient.reqbyget({ action: "OperateProduceForPartner", reqbody: pushObj, apiVersion: "2019-09-28" });
return system.getResultSuccess();
}
return res;
......@@ -244,12 +244,15 @@ class QcCenterOrderService extends AppServiceBase {
if (res && res.status == 0 && res.data) {
//推送数据至阿里
var pushObj = {
intentionBizId: res.data.solutionNo,
bizType: res.data.channelTpye,
solution: res.data.solutionContent
CompanyName: res.data.CompanyName,
licenseType: res.data.licenseType,
actionType: res.data.actionType,
companyLocation: res.data.Area,
channelTypeCode: res.data.channelTypeCode,
source: res.data.source
};
//推送状态变更
this.aliclient.reqbyget({ action: "SubmitSolution", reqbody: pushObj, apiVersion: "2019-09-27" });
this.aliclient.reqbyget({ action: "SubmitSolution", reqbody: pushObj, apiVersion: "2019-09-28" });
return system.getResultSuccess();
}
return res;
......
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