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
3ae727d7
Commit
3ae727d7
authored
Aug 12, 2020
by
wkliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
0a13e683
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
95 additions
and
4 deletions
+95
-4
center-channel/app/front/entry/public/apidoc/platform/zzzd.md
+95
-4
No files found.
center-channel/app/front/entry/public/apidoc/platform/zzzd.md
View file @
3ae727d7
...
...
@@ -221,9 +221,99 @@
```
javascript
// 等待填写
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:
null
,
"requestId"
:
"837ea5c284074d568fa198f7f259088a"
"status"
:
0
,
"msg"
:
"success"
,
"data"
:
{
"count"
:
13
,
"rows"
:
[
{
"id"
:
2844
,
"uapp_id"
:
22
,
"channelNeedNo"
:
"N202008111821nf9oKFf"
,
// 渠道需求号
"needNo"
:
"N202008111821nf9oKFf"
,
// 需求号
"channelUserId"
:
"13911391996"
,
// 渠道用户id
"publishName"
:
""
,
// 公司名称
"publisherOnlyCode"
:
null
,
"publishContent"
:
"公司注册 - "
,
"publishMobile"
:
"13911391996"
,
// 联系人电话
"followManUserId"
:
null
,
"followManName"
:
null
,
"followManMobile"
:
null
,
"followManOnlyCode"
:
null
,
"followContent"
:
null
,
"productOneType_id"
:
null
,
"productType_id"
:
null
,
"notes"
:
null
,
"disposeNotes"
:
null
,
"statusName"
:
"未推送"
,
// 需求状态
"status"
:
"wts"
,
"city"
:
"北京市-北京市-大兴区"
,
"province"
:
null
,
"typeCode"
:
"gszc"
,
// 需求类型
"typeName"
:
"公司注册"
,
// 需求类型名称
"channelTypeCode"
:
"gszc"
,
"channelTypeName"
:
"公司注册"
,
"created_at"
:
"2020-08-11T10:21:38.000Z"
,
"updated_at"
:
"2020-08-11T10:21:38.000Z"
,
"deleted_at"
:
null
,
"version"
:
0
},
]
},
"requestId"
:
"b2146c22a68b4bd48dc2119b46e636d4"
}
```
## **<a name="getNeedDetail"> 需求详情</a>**
[
返回到目录
](
#menu
)
##### URL
[
/web/zzzd/zzzd/springBoard
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:enterpriseInfo
```
javascript
{
"needNo"
:
""
,
// 需求单号
}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:
{
"id"
:
2844
,
"uapp_id"
:
22
,
"channelNeedNo"
:
"N202008111821nf9oKFf"
,
// 渠道需求号
"needNo"
:
"N202008111821nf9oKFf"
,
// 需求号
"channelUserId"
:
"13911391996"
,
// 渠道用户id
"publishName"
:
""
,
// 公司名称
"publisherOnlyCode"
:
null
,
"publishContent"
:
"公司注册 - "
,
"publishMobile"
:
"13911391996"
,
// 联系人电话
"followManUserId"
:
null
,
"followManName"
:
null
,
"followManMobile"
:
null
,
"followManOnlyCode"
:
null
,
"followContent"
:
null
,
"productOneType_id"
:
null
,
"productType_id"
:
null
,
"notes"
:
null
,
"disposeNotes"
:
null
,
"statusName"
:
"未推送"
,
// 需求状态
"status"
:
"wts"
,
"city"
:
"北京市-北京市-大兴区"
,
"province"
:
null
,
"typeCode"
:
"gszc"
,
// 需求类型
"typeName"
:
"公司注册"
,
// 需求类型名称
"channelTypeCode"
:
"gszc"
,
"channelTypeName"
:
"公司注册"
,
"created_at"
:
"2020-08-11T10:21:38.000Z"
,
"updated_at"
:
"2020-08-11T10:21:38.000Z"
,
"deleted_at"
:
null
,
"version"
:
0
},
"requestId"
:
"9032ccf593894627849eb401ebf4f51b"
}
```
\ No newline at end of file
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