Commit fbccb25a by sxy

feat: 复购商机 getRecommendProducts 新增公海挖掘

parent 46666f1c
......@@ -126,6 +126,9 @@ class UtilsFgbusinesschancService extends AppServiceBase {
if (actionBody.businessType === "关联推荐") {
data = { data: result.data, relational_reason: result.relational_reason || [] }
}
if (actionBody.businessType === "公海挖掘") {
data = { data: result.data, seas_reason: result.seas_reason || [] }
}
return system.getResultCustomSuccess(data);
}
......
......@@ -299,7 +299,7 @@
"actionType":"getRecommendProducts",
actionBody:{
businessId:"商机Id",
businessType:"复购算法" // 复购算法、关联推荐、智能监测
businessType:"复购算法" // 复购算法、关联推荐、智能监测、公海挖掘
}
}
```
......@@ -313,7 +313,8 @@
"survey_reason":[
{'change_item': '住所', 'change_time': '2020-03-24', 'change_text': '【北京市海淀区巨山路78号院209室】变更为【北京市海淀区信息路28号1幢10层1003-12室】'}
] ,// 备注 : 只有类型 智能监测 该字段才出现
"relational_reason":["公司所属行业类型:互联网和相关服务业"] // 备注:只有类型为关联推荐时出现
"relational_reason":["公司所属行业类型:互联网和相关服务业"], // 备注:只有类型为关联推荐时出现
"seas_reason":["公司所属行业类型:互联网和相关服务业"] //备注:只有类型为公海挖掘推荐时出现
"data":[{
"accountId":"客户ID",
"recommendId": "00000001",//推荐唯一码
......
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