文档
测试

百科分类列表(二级)

GET

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
array
数据列表
必填
id
int
分类id 示例:0
必填
parentId
int
上级分类id 示例:0
必填
name
string
分类名称 示例:推荐
必填
imgUrl
object
图标url 示例:null
必填
children
array
子分类列表 数据列表
必填
id
int
分类id 示例:134
必填
parentId
int
上级分类id 示例:122
必填
name
string
分类名称 示例:装修流程
必填
imgUrl
string
图标url 示例:http://cdn.zzlzd.com/1600329554(1).jpg
必填
children
object
子分类列表 示例:null
必填

说明 / 示例

{ "msg": "success", "code": 0, "data": [ { "id": 0, "parentId": 0, "name": "推荐", "imgUrl": null, "children": [ { "id": 134, "parentId": 122, "name": "装修流程", "imgUrl": "http://cdn.zzlzd.com/1600329554(1).jpg", "children": null } ] }, { "id": 120, "parentId": 0, "name": "空间设计", "imgUrl": null, "children": [ { "id": 126, "parentId": 120, "name": "客厅", "imgUrl": "http://cdn.zzlzd.com/1600329554(1).jpg", "children": null }, { "id": 127, "parentId": 120, "name": "阳台", "imgUrl": "http://cdn.zzlzd.com/1600333117(1).jpg", "children": null }, { "id": 128, "parentId": 120, "name": "儿童房", "imgUrl": "http://cdn.zzlzd.com/1600329554(1).jpg", "children": null } ] }, { "id": 121, "parentId": 0, "name": "局部设计", "imgUrl": null, "children": [ { "id": 130, "parentId": 121, "name": "衣帽间", "imgUrl": "http://cdn.zzlzd.com/1600329554(1).jpg", "children": null }, { "id": 132, "parentId": 121, "name": "干湿分离", "imgUrl": "http://cdn.zzlzd.com/1600333117(1).jpg", "children": null }, { "id": 133, "parentId": 121, "name": "飘窗", "imgUrl": "http://cdn.zzlzd.com/1600329554(1).jpg", "children": null } ] }, { "id": 122, "parentId": 0, "name": "前期准备", "imgUrl": null, "children": [ { "id": 134, "parentId": 122, "name": "装修流程", "imgUrl": "http://cdn.zzlzd.com/1600329554(1).jpg", "children": null }, { "id": 135, "parentId": 122, "name": "装修模式", "imgUrl": "http://cdn.zzlzd.com/1600333117(1).jpg", "children": null }, { "id": 136, "parentId": 122, "name": "装修预算", "imgUrl": "http://cdn.zzlzd.com/1600329554(1).jpg", "children": null } ] }, { "id": 123, "parentId": 0, "name": "硬装施工", "imgUrl": null, "children": null }, { "id": 124, "parentId": 0, "name": "家居建材", "imgUrl": null, "children": null }, { "id": 125, "parentId": 0, "name": "家具家电", "imgUrl": null, "children": null } ] }