Commit 7953be3f by 兰国旗

提交方案推送到阿里

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