文档
测试

处置事件列表

POST
http://community.com/community/api/screen/getPetitionList

请求头

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

响应参数

参数名
类型
描述
必填
community_title
社区名称
必填
reason
事由
必填
create_date
创建时间
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 1, "per_page": 30, "current_page": 1, "last_page": 1, "data": [ { "id": "154", "community_id": "154", "user_name": "张三", "mobile": "1111111111", "reason": "sdf", "content": "很好", "status": "1", "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": "管理员1", "edit_date": "2022-10-19 15:33:57", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": null, "company_name": null, "community_title": "1111" } ] } }