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

请求头

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

请求参数

参数名
类型
描述
必填
page
必填
pageize
必填
name
搜索姓名
必填
mobile
搜索联系电话
必填

响应参数

参数名
类型
描述
必填
id
工作人员id
必填
name
工作人员姓名
必填
mobile
联系电话
必填
duty
职务
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 2, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "151", "community_id": "154", "name": "管理员", "mobile": "628133f1525c618", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-10-18 16:39:09", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-10-18 16:40:21", "is_delete": "0", "delete_by_uuid": "628133f1525c618", "delete_date": "2022-10-18 16:40:21", "company_uuid": null, "company_name": null }, { "id": "152", "community_id": "154", "name": "张三", "mobile": "11111111111", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-10-18 17:24:35", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-10-18 17:24:36", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": null, "company_name": null } ] } }