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
3386b413
Commit
3386b413
authored
Apr 17, 2020
by
王栋源
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wdy
parent
dc993829
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
center-channel/app/base/api/impl/opreceive/need.js
+9
-2
center-channel/app/front/entry/public/apidoc/platform/icpOrder.md
+3
-3
No files found.
center-channel/app/base/api/impl/opreceive/need.js
View file @
3386b413
...
@@ -37,7 +37,13 @@ class Need extends APIBase {
...
@@ -37,7 +37,13 @@ class Need extends APIBase {
break
;
break
;
case
"needCloseIcp"
:
//关闭需求
case
"needCloseIcp"
:
//关闭需求
opResult
=
await
this
.
utilsNeedSve
.
needCloseIcp
(
pobj
,
pobj
.
actionBody
);
opResult
=
await
this
.
utilsNeedSve
.
needCloseIcp
(
pobj
,
pobj
.
actionBody
);
break
;
break
;
case
"needDetailByChannelNo"
:
opResult
=
await
this
.
utilsNeedSve
.
needDetailByChannelNo
(
pobj
,
pobj
.
actionBody
);
break
;
case
"getItemByChannelNeedNo"
:
opResult
=
await
this
.
utilsNeedSve
.
getItemByChannelNeedNo
(
pobj
,
pobj
.
actionBody
);
break
;
case
"getItemByNeedNo"
:
case
"getItemByNeedNo"
:
opResult
=
await
this
.
utilsNeedSve
.
getItemByNeedNo
(
pobj
,
pobj
.
actionBody
);
opResult
=
await
this
.
utilsNeedSve
.
getItemByNeedNo
(
pobj
,
pobj
.
actionBody
);
break
;
break
;
...
@@ -45,7 +51,8 @@ class Need extends APIBase {
...
@@ -45,7 +51,8 @@ class Need extends APIBase {
opResult
=
await
this
.
centerorderSve
.
reqCenterOrderApi
(
pobj
);
opResult
=
await
this
.
centerorderSve
.
reqCenterOrderApi
(
pobj
);
break
;
break
;
case
"icpFeedbackSubmit"
:
//icp接收方案反馈信息
case
"icpFeedbackSubmit"
:
//icp接收方案反馈信息
opResult
=
await
this
.
utilsNeedSve
.
icpFeedbackSubmit
(
pobj
);
pobj
.
actionType
=
"receiveIcpFeedback"
;
opResult
=
await
this
.
utilsNeedSve
.
reqCenterOrderApi
(
pobj
);
break
;
break
;
case
"icpNotify"
:
//icp方案更新
case
"icpNotify"
:
//icp方案更新
var
rtn
=
await
this
.
utilsNeedSve
.
icpNotify
(
pobj
,
pobj
.
actionBody
);
var
rtn
=
await
this
.
utilsNeedSve
.
icpNotify
(
pobj
,
pobj
.
actionBody
);
...
...
center-channel/app/front/entry/public/apidoc/platform/icpOrder.md
View file @
3386b413
...
@@ -541,19 +541,19 @@ ApplicationStatus:
...
@@ -541,19 +541,19 @@ ApplicationStatus:
}
}
```
```
## **<a name="getItemByNeedNo"> 获取需求详情</a>**
## **<a name="getItemBy
Channel
NeedNo"> 获取需求详情</a>**
[
返回到目录
](
#menu
)
[
返回到目录
](
#menu
)
##### URL
##### URL
[
/web/opreceive/need/springBoard
]
[
/web/opreceive/need/springBoard
]
#### 参数格式 `JSON`
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### HTTP请求方式 `POST`
#### 请求头中需要增加userpin(用户登录后的凭证)的值
#### 请求头中需要增加userpin(用户登录后的凭证)的值
#### 渠道执行的类型 actionType:getItemByNeedNo
#### 渠道执行的类型 actionType:getItemBy
Channel
NeedNo
```
javascript
```
javascript
{
{
"actionType"
:
"getItemByNeedNo"
,
"actionType"
:
"getItemBy
Channel
NeedNo"
,
"actionBody"
:{
"actionBody"
:{
"needNo"
:
"NS202004131008iKPRDB"
"needNo"
:
"NS202004131008iKPRDB"
}
}
...
...
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