Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
3deded6e
Commit
3deded6e
authored
Apr 28, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
572c733c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
center-channel/app/base/api/impl/opaction/fgbusinesschance.js
+9
-9
No files found.
center-channel/app/base/api/impl/opaction/fgbusinesschance.js
View file @
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"
:
// 获取推荐产品列表
case
"getRecommendProducts"
:
// 获取推荐产品列表
--TODO:模拟
opResult
=
await
this
.
utilsFgbusinesschancSve
.
getRecommendProducts
(
pobj
,
pobj
.
actionBody
);
opResult
=
await
this
.
utilsFgbusinesschancSve
.
getRecommendProducts
(
pobj
,
pobj
.
actionBody
);
break
;
break
;
case
"getTalkContent"
:
// 获取营销话术
case
"getTalkContent"
:
// 获取营销话术
--TODO:模拟
opResult
=
await
this
.
utilsFgbusinesschancSve
.
getTalkContent
(
pobj
,
pobj
.
actionBody
);
opResult
=
await
this
.
utilsFgbusinesschancSve
.
getTalkContent
(
pobj
,
pobj
.
actionBody
);
break
;
break
;
case
"getOldOrder"
:
// 获取已购产品
case
"getOldOrder"
:
// 获取已购产品
--TODO:模拟
opResult
=
await
this
.
utilsFgbusinesschancSve
.
getOldOrder
(
pobj
,
pobj
.
actionBody
);
opResult
=
await
this
.
utilsFgbusinesschancSve
.
getOldOrder
(
pobj
,
pobj
.
actionBody
);
break
;
break
;
case
"updateStatus"
:
//更新商机跟进状态
case
"updateStatus"
:
//更新商机跟进状态
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"
:
// 更多客户信息链接地址
opResult
=
await
this
.
utilsFgbusinesschancSve
.
getMoreInfoUrl
(
pobj
,
pobj
.
actionBody
);
opResult
=
await
this
.
utilsFgbusinesschancSve
.
getMoreInfoUrl
(
pobj
,
pobj
.
actionBody
);
break
break
default
:
default
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment