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

请求头

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

请求参数

参数名
类型
描述
必填
page
必填
pageize
必填
user_name
搜索 信访人员姓名
必填
status
搜索 状态 1已处置 2未处置
必填
community_title
搜索 社区名称
必填
category_id
搜索 分类
必填

响应参数

参数名
类型
描述
必填
id
信访事件id
必填
community_title
社区名称
必填
user_name
信访人姓名
必填
create_by_name
工作人员姓名
必填
mobile
联系电话
必填
reason
信访事由
必填
create_by_name
创建人
必填
create_date
创建时间
必填
status
状态 1已处置 2未处置
必填
category_id
分类id
必填
category_name
分类标题
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 2, "per_page": 10, "current_page": "1", "last_page": 1, "data": [ { "id": "154", "community_id": "154", "user_name": "张三", "mobile": "1111111111", "reason": "sdf", "status": "2", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-10-19 11:23:25", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-10-19 11:29:24", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": null, "company_name": null, "community_title": "1111" }, { "id": "151", "community_id": "154", "user_name": "sdfs", "mobile": "sdfsdf", "reason": "sdfsdfsd", "status": "2", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-10-19 09:42:46", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-10-19 09:42:46", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": null, "company_name": null, "community_title": "1111" } ] } }