文档
测试

分类列表

GET
http://127.0.0.1:10000/product/tbclassify/listlsm

接口描述

分类列表展示

响应参数

参数名
类型
描述
必填
msg
string
返回信息
必填
code
int
状态码
必填

说明 / 示例

{ "msg": "操作成功", "code": 0, "page": { "totalCount": 22, "pageSize": 10, "totalPage": 3, "currPage": 1, "list": [ { "id": 1, "name": "家用电器", "parentCid": 0, "carLevel": 1, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 2, "name": "3C数码", "parentCid": 0, "carLevel": 1, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 3, "name": "美妆个护", "parentCid": 0, "carLevel": 1, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 4, "name": "美妆工具", "parentCid": 3, "carLevel": 2, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 5, "name": "口腔清洁", "parentCid": 3, "carLevel": 2, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 6, "name": "彩妆香氛", "parentCid": 3, "carLevel": 2, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 7, "name": "面部护肤", "parentCid": 3, "carLevel": 2, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 8, "name": "身体护理", "parentCid": 3, "carLevel": 2, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 9, "name": "其他工具", "parentCid": 3, "carLevel": 2, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null }, { "id": 10, "name": "手机", "parentCid": 2, "carLevel": 2, "showStatus": 1, "sort": null, "icon": null, "productUnit": null, "productCount": null } ] } }