Commit f3d3b5bb by sxy

fix: 合并冲突

parents a55af7d3 3deded6e
...@@ -33,28 +33,28 @@ class FgbusinesschanceAPI extends WEBBase { ...@@ -33,28 +33,28 @@ class FgbusinesschanceAPI extends WEBBase {
opResult = await this.utilsFgbusinesschancSve.getInfo(pobj, pobj.actionBody); opResult = await this.utilsFgbusinesschancSve.getInfo(pobj, pobj.actionBody);
break; break;
// ------ 对蜂擎页面 ------- // ------ 对蜂擎页面 -------
case "getCompanyInfo": // 获取工商信息 case "getCompanyInfo": // 获取工商信息--ok
opResult = await this.toolSve.getEntregistryByCompanyName(pobj.actionBody, req); opResult = await this.toolSve.getEntregistryByCompanyName(pobj.actionBody, req);
break; break;
case "getProductServiceLabel": // 获取产品服务标签 case "getCompanyLabel":// 三十秒认知客户--ok
opResult = await this.utilsFgbusinesschancSve.getCompanyLabel(pobj, pobj.actionBody);
break
case "getProductServiceLabel": // 获取产品服务标签--TODO:模拟
opResult = await this.utilsFgbusinesschancSve.getProductServiceLabel(pobj, pobj.actionBody); opResult = await this.utilsFgbusinesschancSve.getProductServiceLabel(pobj, pobj.actionBody);
break; break;
case "getRecommendProducts": // 获取推荐产品列表 TODO:模拟 case "getRecommendProducts": // 获取推荐产品列表--TODO:模拟
opResult = await this.utilsFgbusinesschancSve.getRecommendProducts(pobj, pobj.actionBody); opResult = await this.utilsFgbusinesschancSve.getRecommendProducts(pobj, pobj.actionBody);
break; break;
case "getTalkContent": // 获取营销话术 TODO:模拟 case "getTalkContent": // 获取营销话术--TODO:模拟
opResult = await this.utilsFgbusinesschancSve.getTalkContent(pobj, pobj.actionBody); opResult = await this.utilsFgbusinesschancSve.getTalkContent(pobj, pobj.actionBody);
break; break;
case "getOldOrder": // 获取已购产品 TODO:模拟 case "getOldOrder": // 获取已购产品--TODO:模拟
opResult = await this.utilsFgbusinesschancSve.getOldOrder(pobj, pobj.actionBody); opResult = await this.utilsFgbusinesschancSve.getOldOrder(pobj, pobj.actionBody);
break; break;
case "updateStatus"://更新商机跟进状态 TODO:模拟 case "updateStatus"://更新商机跟进状态 TODO:模拟
opResult = await this.utilsFgbusinesschancSve.updateStatus(pobj, pobj.actionBody); opResult = await this.utilsFgbusinesschancSve.updateStatus(pobj, pobj.actionBody);
break; break;
case "getCompanyLabel":// 三十秒认知客户 case "getMoreInfoUrl":// 更多客户信息链接地址--TODO:模拟
opResult = await this.utilsFgbusinesschancSve.getCompanyLabel(pobj, pobj.actionBody);
break
case "getMoreInfoUrl":// 更多客户信息链接地址 TODO:模拟
opResult = await this.utilsFgbusinesschancSve.getMoreInfoUrl(pobj, pobj.actionBody); opResult = await this.utilsFgbusinesschancSve.getMoreInfoUrl(pobj, pobj.actionBody);
break break
default: default:
......
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