Commit 923aadeb by 庄冰

百度公司注册直购添加参数

parent 252fc312
......@@ -405,7 +405,19 @@ class RegCenterOrderService{
var newSolutionCount = {
"status": "PAID",
"bizType": ab.product_info && ab.product_info.item_code?ab.product_info.item_code:"",
"companyName":ab.companyName || "",
"engagedIndustry":ab.engagedIndustry || "",
"bizScope":ab.bizScope || "",
"hasAddress":ab.hasAddress || "",
"solution": {
// companyName:公司名称
// engagedIndustry:从事行业
// bizScope:经营范围
// hasAddress:是否自有地址,布尔值
companyName:ab.companyName || "",
engagedIndustry:ab.engagedIndustry || "",
bizScope:ab.bizScope || "",
hasAddress:ab.hasAddress || "",
area:ab.area || "",
price:ab.orderPrice || "",
regType:ab.consultType || "",
......
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