Commit 6585e2cb by 庄冰

needinfo doc

parent e6ba9d98
...@@ -406,7 +406,7 @@ ApplicationStatus: ...@@ -406,7 +406,7 @@ ApplicationStatus:
## **<a name="getNeedSolutionDetailByUser"> 获取方案详情</a>** ## **<a name="getNeedSolutionDetailByUser"> 获取方案详情</a>**
[返回到目录](#menu) [返回到目录](#menu)
##### URL ##### URL
[/web/action/icapi/springBoard] [/web/action/icpapi/springBoard]
#### 参数格式 `JSON` #### 参数格式 `JSON`
#### HTTP请求方式 `POST` #### HTTP请求方式 `POST`
#### 请求头中需要增加userpin(用户登录后的凭证)的值 #### 请求头中需要增加userpin(用户登录后的凭证)的值
...@@ -427,14 +427,18 @@ ApplicationStatus: ...@@ -427,14 +427,18 @@ ApplicationStatus:
{ {
"status":0, "status":0,
"msg":"success", "msg":"success",
"data":[ "data":{
{
"id":230, "id":230,
"channelNeedNo":"I20200320201737000221",//渠道需求号 "channelNeedNo":"I20200320201737000221",//渠道需求号
"needNo":"N202004111217gD5T8TJ",//需求号 "needNo":"N202004111217gD5T8TJ",//需求号
"solutionNo":"NS202004131349EAWwSV",//方案号 "solutionNo":"NS202004131349EAWwSV",//方案号
"channelSolutionNo":"S20200323174838000zhb7",//渠道方案号 同BizId "channelSolutionNo":"S20200323174838000zhb7",//渠道方案号 同BizId
"orderNo":null,//服务订单号 "orderNo":null,//服务订单号
"needinfo":{//需求信息 ---- 联系人信息
"publishName":"云武",
"publishMobile":"13800138000",
"channelUserId":"13800138000"
},
"solutionContent":{//方案交付信息 "solutionContent":{//方案交付信息
"notes":"",//用户反馈备注 "notes":"",//用户反馈备注
"status":"ACCOUNT_REGISTERED",//方案流程状态 "status":"ACCOUNT_REGISTERED",//方案流程状态
...@@ -504,8 +508,7 @@ ApplicationStatus: ...@@ -504,8 +508,7 @@ ApplicationStatus:
"updated_at":"2020-04-13T05:51:08.000Z", "updated_at":"2020-04-13T05:51:08.000Z",
"deleted_at":null, "deleted_at":null,
"version":0 "version":0
} },
],
"requestId":"1594aa8fabfd42eba332160263b2597e" "requestId":"1594aa8fabfd42eba332160263b2597e"
} }
``` ```
......
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