文档
测试
POST
http://community.com/community/api/community/getList

请求头

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

请求参数

参数名
类型
描述
必填
page
必填
pageize
必填
title
搜索标题
必填

响应参数

参数名
类型
描述
必填
id
公告id
必填
title
社区名称
必填
leader
主管领导
必填
mobile
联系电话
必填
address
社区
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 1, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "154", "title": "sdfsd", "leader": "sdfsd", "mobile": "sdf", "address": "sdfsd", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-10-18 16:09:49", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-10-18 16:09:50", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": null, "company_name": null } ] } }