文档
测试

分类列表

POST
http://community.com/community/api/category/getList

请求头

参数名
类型
描述
必填
Authorization
TkpiS2pMNkgwZEI1MDlvZHg4Mj1zTVJady1iSjI4V1NzZEVxcktjSzBJWm4yUFJKMC1vVnc5MjYtTlJoa043Q3NOR25yTkJLZkpvLTRPcVhBZUZwOQ%3D%3D
必填

响应参数

参数名
类型
描述
必填
id
分类id
必填
title
分类标题
必填
children
必填
id
分类id
必填
title
分类标题
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "154", "title": "农村农业222", "parent": "0", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-11-04 13:17:06", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-11-04 13:17:06", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "children": [] }, { "id": "153", "title": "农村", "parent": "0", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-11-04 11:01:53", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-11-04 14:03:08", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "children": [ { "id": "157", "title": "土地承包经营", "parent": "153", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-11-04 14:29:58", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-11-04 14:29:58", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null } ] } ] }