Commit e8d3c559 by linboxuan

disagnosis update

parent 185d9646
...@@ -210,16 +210,22 @@ ...@@ -210,16 +210,22 @@
#### 返回结果 #### 返回结果
```javascript ```javascript
// 等待填写 // 注意!
// 智能诊断结果 快照 注意这里 人工诊断目前没有推荐商品
// 主体资质不支持 写死
{ {
"status": 0, "status": 0,
"msg": "success", "msg": "success",
"data": { "data": {
"diagnosis_no": "N2020081309473jfNmSn", "diagnosis_no": "N2020081309473jfNmSn",
"corporate_name": "1",// 公司名称 "corporate_name": "1",// 公司名称
"diagnosis_type_name": "直播",// 诊断类型名字
"publish_mobile": "14444444444",// 联系电话
"main_class": "[\"服饰-女装/女士精品\"]",// 主营类目
"corporate_type_name": "旗舰店",// 店铺类型名字
"diagnosis_result": "诊断结果 tg/wtg/rgshz"// 于diagnosis_result_name是对应的 你想用哪个用哪个 "diagnosis_result": "诊断结果 tg/wtg/rgshz"// 于diagnosis_result_name是对应的 你想用哪个用哪个
"diagnosis_result_name": "未通过",// 智能诊断结果 ispass "diagnosis_result_name": "未通过",// 智能诊断结果 ispass
"diagnosis_result_data": { // 智能诊断结果 快照 注意这里 人工诊断目前没有推荐商品 "diagnosis_result_data": { // 智能诊断结果
"msg": "success", "msg": "success",
"data": { "data": {
"isPass": false, "isPass": false,
...@@ -234,6 +240,16 @@ ...@@ -234,6 +240,16 @@
}, },
"status": 0 "status": 0
} }
// 以下为您还需办理资质
"needQualifications_pic": [],// 基础资质json {}
"needBrand_pic": [// 品牌资质json {}
{
"picUrl": "",
"picName": "商标注册证或商标注册申请受理通知书",
"isChoice": true
}
],
"needIndustry_pic": []// 行业资质json {}
}, },
"requestId": "665be1d2e32b4c01b8390ce4e8e7b1ad" "requestId": "665be1d2e32b4c01b8390ce4e8e7b1ad"
} }
......
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