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
7541072e
Commit
7541072e
authored
Oct 22, 2020
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
baiduIcp
parent
287e5c4f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
346 additions
and
0 deletions
+346
-0
igirl-channel-gateway/app/base/api/impl/action/intentionapi.js
+11
-0
igirl-channel-gateway/app/base/service/impl/utilsSve/utilsNeedSve.js
+335
-0
No files found.
igirl-channel-gateway/app/base/api/impl/action/intentionapi.js
View file @
7541072e
...
@@ -33,6 +33,17 @@ class TradetransferAPI extends APIBase {
...
@@ -33,6 +33,17 @@ class TradetransferAPI extends APIBase {
case
"submitNeed"
:
//提交需求
case
"submitNeed"
:
//提交需求
opResult
=
await
this
.
utilsNeedSve
.
reqcenterchannel
(
pobj
);
opResult
=
await
this
.
utilsNeedSve
.
reqcenterchannel
(
pobj
);
break
;
break
;
// -------------提交Icp需求--------庄冰2020.10.21-------百度Icp接入使用--------start------------------
case
"submitIcpNeed"
:
//提交Icp需求
opResult
=
await
this
.
utilsNeedSve
.
reqcenterchannel2
(
pobj
);
break
;
case
"icpFeedbackSubmitNew"
:
//接收方案反馈信息
opResult
=
await
this
.
utilsNeedSve
.
reqcenterchannel2
(
pobj
);
break
;
case
"icpOrderStatus"
:
//接收方案反馈信息
opResult
=
await
this
.
utilsNeedSve
.
icpOrderStatus
(
pobj
);
break
;
// -------------提交Icp需求--------庄冰2020.10.21-------百度Icp接入使用--------end------------------
case
"needClose"
:
//关闭需求
case
"needClose"
:
//关闭需求
opResult
=
await
this
.
utilsNeedSve
.
reqcenterchannel
(
pobj
);
opResult
=
await
this
.
utilsNeedSve
.
reqcenterchannel
(
pobj
);
break
;
break
;
...
...
igirl-channel-gateway/app/base/service/impl/utilsSve/utilsNeedSve.js
View file @
7541072e
This diff is collapsed.
Click to expand it.
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