Commit e7b7ea0c by 兰国旗

addCompanyName

parent 97315706
...@@ -368,7 +368,7 @@ class BaseCenterOrderService extends AppServiceBase { ...@@ -368,7 +368,7 @@ class BaseCenterOrderService extends AppServiceBase {
}; };
var self = this; var self = this;
//推送方案材料 //推送方案材料
var ali = self.aliclient.reqbyget({ action: "SavePartnerSubmitMaterial", reqbody: pushObj, apiVersion: "2019-05-08" }); var ali =await self.aliclient.reqbyget({ action: "SavePartnerSubmitMaterial", reqbody: pushObj, apiVersion: "2019-05-08" });
console.log('ali ----- +++',ali) console.log('ali ----- +++',ali)
if(ali && ali.status == 200){ if(ali && ali.status == 200){
var aliFlag = 200 var aliFlag = 200
...@@ -518,6 +518,7 @@ class BaseCenterOrderService extends AppServiceBase { ...@@ -518,6 +518,7 @@ class BaseCenterOrderService extends AppServiceBase {
//推送数据至阿里 //推送数据至阿里
var BizId = needsolution.channelSolutionNo;//⽅案业务ID var BizId = needsolution.channelSolutionNo;//⽅案业务ID
var pushObj = { var pushObj = {
"CompanyName":material.CompanyName,
"BizId": BizId, "BizId": BizId,
"Domain": material.Domain, "Domain": material.Domain,
"CorporateName": material.CorporateName, "CorporateName": material.CorporateName,
...@@ -535,7 +536,7 @@ class BaseCenterOrderService extends AppServiceBase { ...@@ -535,7 +536,7 @@ class BaseCenterOrderService extends AppServiceBase {
}; };
var self = this; var self = this;
//推送方案材料 //推送方案材料
var ali = self.aliclient.reqbyget({ action: "SavePartnerSubmitMaterial", reqbody: pushObj, apiVersion: "2019-05-08" }); var ali =await self.aliclient.reqbyget({ action: "SavePartnerSubmitMaterial", reqbody: pushObj, apiVersion: "2019-05-08" });
console.log('ali tui ziliao ++',ali) console.log('ali tui ziliao ++',ali)
if(ali && ali.status == 200){ if(ali && ali.status == 200){
var aliFlag = 200 var aliFlag = 200
...@@ -591,7 +592,6 @@ class BaseCenterOrderService extends AppServiceBase { ...@@ -591,7 +592,6 @@ class BaseCenterOrderService extends AppServiceBase {
} }
} }
console.log('rsrsr++++------------++++',res) console.log('rsrsr++++------------++++',res)
return res 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