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
06f7c425
Commit
06f7c425
authored
Aug 12, 2020
by
linboxuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
diagnosis update
parent
86d880e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
2 deletions
+39
-2
center-channel/app/front/entry/public/apidoc/platform/zzzd.md
+39
-2
No files found.
center-channel/app/front/entry/public/apidoc/platform/zzzd.md
View file @
06f7c425
...
...
@@ -3,8 +3,9 @@
2.
[
人工评估-开始入职评估
](
#manualEvaluation
)
3.
[
个人中心-诊断列表
](
#diagnosisInfo
)
4.
[
个人中心-企业信息
](
#enterpriseInfo
)
5.
[
需求列表
](
#getNeedListUser
)
6.
[
需求详情
](
#getNeedDetail
)
5.
[
下需求单
](
#enterpriseInfo
)
6.
[
需求列表
](
#getNeedListUser
)
7.
[
需求详情
](
#getNeedDetail
)
## **<a name="uploadBusiness"> 四要素诊断</a>**
[
返回到目录
](
#menu
)
...
...
@@ -56,25 +57,31 @@
基础资质
如果非必填的资质未上传,则
picUrl
给
""
即可
"qualificationsPic"
:[{
"picName"
:
"营业执照"
,
"isChoice"
:
true
/
false
,
"picUrl"
:
"https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_958415948076283422020615.jpg"
},{
"picName"
:
"所有所需资质名称"
,
"isChoice"
:
true
/
false
,
"picUrl"
:
"https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_958415948076283422020615.jpg"
}],
品牌资质
"brandPic"
:[{
"picName"
:
"营业执照"
,
"isChoice"
:
true
/
false
,
"picUrl"
:
"https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_958415948076283422020615.jpg"
},{
"picName"
:
"所有所需资质名称"
,
"isChoice"
:
true
/
false
,
"picUrl"
:
"https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_958415948076283422020615.jpg"
}],
行业资质
"industryPic"
:[{
"picName"
:
"营业执照"
,
"isChoice"
:
true
/
false
,
"picUrl"
:
"https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_958415948076283422020615.jpg"
},{
"picName"
:
"所有所需资质名称"
,
"isChoice"
:
true
/
false
,
"picUrl"
:
"https://gsb-zc.oss-cn-beijing.aliyuncs.com//zc_958415948076283422020615.jpg"
}]
}
...
...
@@ -183,6 +190,36 @@
}
```
## **<a name="enterpriseInfo"> 下需求单</a>**
[
返回到目录
](
#menu
)
##### URL
[
/web/zzzd/zzzd/springBoard
]
#### 参数格式 `JSON`
#### HTTP请求方式 `POST`
#### 渠道执行的类型 actionType:enterpriseInfo
```
javascript
{}
```
#### 返回结果
```
javascript
{
"status"
:
0
,
"msg"
:
"success"
,
"data"
:
{
"diagnosis_no"
:
"N2020081211076qlz86H"
,
"corporate_name"
:
"林氏集团"
,
// 公司名称
"publish_name"
:
null
,
// 联系人
"publish_mobile"
:
"13911391996"
,
// 联系电话
"auth_result_name"
:
"已认证/未认证 直接用即可"
"qualifications_pic"
:
null
,
// 基础json
"brand_pic"
:
null
,
// 品牌json
"industry_pic"
:
null
,
// 行业json
},
"requestId"
:
"2208af94126f4c168659947dc8bd4feb"
}
```
## **<a name="getNeedListUser"> 需求列表</a>**
[
返回到目录
](
#menu
)
##### URL
...
...
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