[TOC]
简要描述
请求URL
http://www.wsk.com/home/category
请求方式
参数
返回示例
"status": 200,
"message": "分类查询成功",
"result": [
{
"id": 1,
"name": "手机",
"pid": 0,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 1,
"children": [
{
"id": 4,
"name": "华为",
"pid": 1,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": [
{
"id": 15,
"name": "华为P40",
"pid": 4,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": []
}
]
},
{
"id": 5,
"name": "苹果",
"pid": 1,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": [
{
"id": 16,
"name": "苹果6",
"pid": 5,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": []
},
]
},
{
"id": 2,
"name": "衣服",
"pid": 0,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": [
{
"id": 27,
"name": "女装",
"pid": 2,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": [
{
"id": 7,
"name": "女士上衣",
"pid": 27,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": [
{
"id": 112,
"name": "天鹅女",
"pid": 7,
"icon": "123",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": []
}
]
{
"id": 12,
"name": "男士内衣",
"pid": 26,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": [
{
"id": 23,
"name": "南极人",
"pid": 12,
"icon": "131",
"path": null,
"created_at": null,
"updated_at": null,
"deleted_at": null,
"status": 1,
"sort": 0,
"children": []
}
]
}
]
}
]
}
]
}
返回参数说明
备注