Commit 06f7c425 by linboxuan

diagnosis update

parent 86d880e7
......@@ -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
......
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