文档
测试

分类列表

GET
laiba.bxwhl.com/api/product/goodsCategory

响应参数

参数名
类型
描述
必填
code
必填
msg
必填
data
必填

说明 / 示例

```json { "code": 1, "msg": "success", "data": { "420": { "id": 420, "title": "百货", "enabled": 1, "child": [ { "id": 421, "title": "按摩仪", "enabled": 1, "child": [ { "id": 422, "title": "医疗按摩", "enabled": 1, "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210127142123c90f67024.png" } } ], "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210127142123c90f67024.png" } } ], "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210127142123c90f67024.png" } }, "423": { "id": 423, "title": "服饰", "enabled": 1, "child": [ { "id": 424, "title": "男装", "enabled": 1, "child": [ { "id": 426, "title": "裤子", "enabled": 1, "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210127142123c90f67024.png" } } ], "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210127142123c90f67024.png" } }, { "id": 425, "title": "女装", "enabled": 1, "child": [ { "id": 427, "title": "裙子", "enabled": 1, "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210127142123c90f67024.png" } }, { "id": 428, "title": "睡衣", "enabled": 1, "image": { "file_path": "http://laiba.bxwhl.com/uploads/20210127142123c90f67024.png" } } ], "image": null } ], "image": null } } }