Commit adb56a3c by 孙亚楠

d

parent 0458b207
......@@ -29,7 +29,7 @@
{
"status":0,
"msg":"success",
"data":[{ "id":"xxx", "name":"xxx", ... }],
"data":[{ "id":"xxx", "name":"xxx", ... },{ "id":"xxx", "name":"xxx", ... }],
},
"requestid":"453c672537b8469d848e4c2899273d4d"
}
......@@ -70,7 +70,7 @@
{
"status":0,
"msg":"success",
"data":[{ "id":"xxx", "name":"xxx", ... }],
"data":[{ "id":"xxx", "name":"xxx", ... ,"isChoice":false},{ "id":"xxx", "name":"xxx", ... ,"isChoice":false }],
},
"requestid":"453c672537b8469d848e4c2899273d4d"
}
......@@ -96,7 +96,7 @@
| storeType | STRING | 可选 | 店铺类型 |
| industryId | STRING | 必填 | 一级行业ID |
| industryName | STRING | 可选 | 一级行业名称 |
| secondIndustry | Array | 必填 | 二级行业 示例:[{id:xxx,name:xxx}]|
| secondIndustry | Array | 必填 | 二级行业 示例:[{id:xxx,name:xxx,isChoice},{id:xxx,name:xxx}]|
#### 参数示例
......@@ -130,14 +130,16 @@
{
"id":"xxx",
"name":"xxx",
...
...,
"isChoice":false
}
],
"brand":[ //品牌资质列表
{
"id":"xxx",
"name":"xxx",
...
...,
"isChoice":false
}
],
"industry":[], //行业资质列表
......@@ -184,6 +186,10 @@
{
"id":"xxx", //二级行业ID
"name":"xxx" //二级行业名称
},
{
"id":"xxx", //二级行业ID
"name":"xxx" //二级行业名称
}
]
}
......@@ -198,6 +204,12 @@
"name":"xxx",
...,
"isChoice":false
},
{
"id":"",
"name":"xxx",
...,
"isChoice":false
}
]
......@@ -217,7 +229,12 @@
"isPass":true, //是否通过
"recommend":[ //推荐业务
{
"id":xxx
"id":xxx,
...
},
{
"id":xxx ,
...
}
]
......
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