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
a9a2302d
Commit
a9a2302d
authored
Jul 29, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释无效代码
parent
be3e3dd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
30 deletions
+30
-30
center-order/app/base/api/impl/action/icpapi.js
+30
-30
No files found.
center-order/app/base/api/impl/action/icpapi.js
View file @
a9a2302d
...
...
@@ -33,36 +33,36 @@ class IcpAPI extends APIBase {
async
opActionProcess
(
pobj
,
action_type
,
req
)
{
var
opResult
=
null
;
switch
(
action_type
)
{
case
"submitIcpProgramme"
:
//icp方案提交
opResult
=
await
this
.
needsolutionSve
.
submitIcpProgramme
(
pobj
);
break
;
case
"submitIcpMaterial"
:
//icp材料提交
opResult
=
await
this
.
needsolutionSve
.
submitIcpMaterial
(
pobj
);
break
;
case
"acceptIcpPartnerNotification"
:
//icp通知状态变更
opResult
=
await
this
.
needsolutionSve
.
acceptIcpPartnerNotification
(
pobj
);
break
;
case
"abolishIcpProgramme"
:
//服务商icp方案关闭
opResult
=
await
this
.
needsolutionSve
.
abolishIcpProgramme
(
pobj
);
break
;
case
"getIcpProgrammeDetail"
:
//获取icp方案
opResult
=
await
this
.
needsolutionSve
.
getIcpProgrammeDetail
(
pobj
);
break
;
case
"getNeedSolutionDetailByUser"
:
//获取方案详情
opResult
=
await
this
.
needsolutionSve
.
getNeedSolutionDetailByUser
(
pobj
);
break
;
case
"receiveIcpStatusNotify"
:
//接收渠道方案状态变更通知
opResult
=
await
this
.
needsolutionSve
.
receiveIcpStatusNotify
(
pobj
);
break
;
case
"receiveIcpFeedback"
:
//接收icp用户方案反馈
opResult
=
await
this
.
needsolutionSve
.
receiveIcpFeedback
(
pobj
);
break
;
case
"getIcpProgrammeDetail"
:
//获取方案详情(内部调用)
opResult
=
await
this
.
needsolutionSve
.
getIcpProgrammeDetail
(
pobj
);
break
;
case
"getProgrammeInfoByChannelNeedNo"
:
//获取需求方案列表
opResult
=
await
this
.
needsolutionSve
.
getProgrammeInfoByChannelNeedNo
(
pobj
);
break
;
//
case "submitIcpProgramme"://icp方案提交
//
opResult = await this.needsolutionSve.submitIcpProgramme(pobj);
//
break;
//
case "submitIcpMaterial"://icp材料提交
//
opResult = await this.needsolutionSve.submitIcpMaterial(pobj);
//
break;
//
case "acceptIcpPartnerNotification"://icp通知状态变更
//
opResult = await this.needsolutionSve.acceptIcpPartnerNotification(pobj);
//
break;
//
case "abolishIcpProgramme"://服务商icp方案关闭
//
opResult = await this.needsolutionSve.abolishIcpProgramme(pobj);
//
break;
//
case "getIcpProgrammeDetail"://获取icp方案
//
opResult = await this.needsolutionSve.getIcpProgrammeDetail(pobj);
//
break;
//
case "getNeedSolutionDetailByUser"://获取方案详情
//
opResult = await this.needsolutionSve.getNeedSolutionDetailByUser(pobj);
//
break;
//
case "receiveIcpStatusNotify"://接收渠道方案状态变更通知
//
opResult = await this.needsolutionSve.receiveIcpStatusNotify(pobj);
//
break;
//
case "receiveIcpFeedback"://接收icp用户方案反馈
//
opResult = await this.needsolutionSve.receiveIcpFeedback(pobj);
//
break;
//
case "getIcpProgrammeDetail"://获取方案详情(内部调用)
//
opResult = await this.needsolutionSve.getIcpProgrammeDetail(pobj);
//
break;
//
case "getProgrammeInfoByChannelNeedNo"://获取需求方案列表
//
opResult = await this.needsolutionSve.getProgrammeInfoByChannelNeedNo(pobj);
//
break;
default
:
opResult
=
system
.
getResult
(
null
,
"action_type参数错误"
);
break
;
...
...
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