Commit 7953be3f by 兰国旗

提交方案推送到阿里

parent e6f48b84
...@@ -244,12 +244,9 @@ class QcCenterOrderService extends AppServiceBase { ...@@ -244,12 +244,9 @@ class QcCenterOrderService extends AppServiceBase {
if (res && res.status == 0 && res.data) { if (res && res.status == 0 && res.data) {
//推送数据至阿里 //推送数据至阿里
var pushObj = { var pushObj = {
CompanyName: res.data.CompanyName, intentionBizId: res.data.channelNeedNo,
licenseType: res.data.licenseType, bizType: res.data.bizType,
actionType: res.data.actionType, solution: res.data.solutionContent
companyLocation: res.data.Area,
channelTypeCode: res.data.channelTypeCode,
source: res.data.source
}; };
//推送状态变更 //推送状态变更
this.aliclient.reqbyget({ action: "SubmitSolution", reqbody: pushObj, apiVersion: "2019-03-06" }); this.aliclient.reqbyget({ action: "SubmitSolution", reqbody: pushObj, apiVersion: "2019-03-06" });
......
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