Commit 7f22a7da by 兰国旗

laolan

parent 5d7dbd9b
...@@ -642,6 +642,7 @@ class CenterorderService extends AppServiceBase { ...@@ -642,6 +642,7 @@ class CenterorderService extends AppServiceBase {
else if (pobj.actionBody.channelItemCode == 'RT') { else if (pobj.actionBody.channelItemCode == 'RT') {
pobj.actionBody.regType = "baidu.radiotv"; pobj.actionBody.regType = "baidu.radiotv";
} }
var fqobj = { var fqobj = {
actionBody: { actionBody: {
area: pobj.actionBody.province, area: pobj.actionBody.province,
...@@ -650,7 +651,10 @@ class CenterorderService extends AppServiceBase { ...@@ -650,7 +651,10 @@ class CenterorderService extends AppServiceBase {
orderPrice: Number(pobj.actionBody.orderPrice / 100), orderPrice: Number(pobj.actionBody.orderPrice / 100),
phone: pobj.actionBody.publishMobile, phone: pobj.actionBody.publishMobile,
needId: solutiondata.data.channelNeedNo, needId: solutiondata.data.channelNeedNo,
companyName:solutiondata.data.solutionContent.solution.CompanyName || '' companyName:solutiondata.data.solutionContent.solution.CompanyName || '',
//2021-1-21 laolan add new
appName:pobj.appInfo.app_name || '',
sku:data.data.service_code || ''
}, },
appInfo: pobj.appInfo appInfo: pobj.appInfo
} }
......
...@@ -117,8 +117,11 @@ class RegCenterOrderService extends AppServiceBase { ...@@ -117,8 +117,11 @@ class RegCenterOrderService extends AppServiceBase {
phone: pobj.actionBody.publishMobile, phone: pobj.actionBody.publishMobile,
needId: solutiondata.data.channelNeedNo, needId: solutiondata.data.channelNeedNo,
price_desc : pobj.actionBody.taxpayerType, price_desc : pobj.actionBody.taxpayerType,
additions_desc : pobj.actionBody.companyProperties additions_desc : pobj.actionBody.companyProperties,
// companyName:solutiondata.data.solutionContent.CompanyName || '' // companyName:solutiondata.data.solutionContent.CompanyName || ''
//2021-1-21 laolan add new
appName:pobj.appInfo.app_name || '',
sku:data.data.service_code || ''
}, },
appInfo: pobj.appInfo appInfo: pobj.appInfo
} }
...@@ -218,8 +221,9 @@ class RegCenterOrderService extends AppServiceBase { ...@@ -218,8 +221,9 @@ class RegCenterOrderService extends AppServiceBase {
} }
var data = JSON.parse(rtn.stdout); var data = JSON.parse(rtn.stdout);
if (data.status != 0) { if (data.status != 0) {
return system.getResultFail(-5015, "需求類型查询失败"); return system.getResultFail(-5016, "需求類型查询失败");
} }
pobj.actionBody.type_code = data.data.type_code; pobj.actionBody.type_code = data.data.type_code;
pobj.actionBody.type_name = data.data.type_name; pobj.actionBody.type_name = data.data.type_name;
pobj.actionBody.channel_type_code = data.data.channel_type_code; pobj.actionBody.channel_type_code = data.data.channel_type_code;
...@@ -256,6 +260,8 @@ class RegCenterOrderService extends AppServiceBase { ...@@ -256,6 +260,8 @@ class RegCenterOrderService extends AppServiceBase {
pobj.actionBody.idempotentId = pobj.actionBody.intentionBizId; pobj.actionBody.idempotentId = pobj.actionBody.intentionBizId;
pobj.actionBody.idempotentSource = pobj.actionBody.type; pobj.actionBody.idempotentSource = pobj.actionBody.type;
pobj.actionBody.customerName = pobj.actionBody.userName; pobj.actionBody.customerName = pobj.actionBody.userName;
//2021-1-21 laolan add new
pobj.actionBody.appName = pobj.appInfo.app_name || '',
this.utilsPushSve.baiduBusiness2Fq(pobj, "pushNeedICPBusinessNew"); this.utilsPushSve.baiduBusiness2Fq(pobj, "pushNeedICPBusinessNew");
} }
return result; return result;
......
...@@ -1446,6 +1446,8 @@ class UtilsNeedService extends AppServiceBase { ...@@ -1446,6 +1446,8 @@ class UtilsNeedService extends AppServiceBase {
pobj.actionBody.idempotentId = pobj.actionBody.intentionBizId; pobj.actionBody.idempotentId = pobj.actionBody.intentionBizId;
pobj.actionBody.idempotentSource = pobj.actionBody.type; pobj.actionBody.idempotentSource = pobj.actionBody.type;
pobj.actionBody.customerName = pobj.actionBody.userName; pobj.actionBody.customerName = pobj.actionBody.userName;
//2021-1-21 laolan add new
pobj.actionBody.appName = pobj.appInfo.app_name || '',
this.utilsPushSve.baiduBusiness2Fq(pobj, "pushNeedICPBusinessNew"); this.utilsPushSve.baiduBusiness2Fq(pobj, "pushNeedICPBusinessNew");
} }
} }
......
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