文档
测试

阅读活动列表

POST
http://bookhouse.com/mobile/api/Sign/getList

请求头

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

请求参数

参数名
类型
描述
必填
page
必填
pagesize
必填
title
活动名称
必填

响应参数

参数名
类型
描述
必填
id
必填
title
必填
face
必填
organizer
必填
people_num
必填
contact
必填
mobile
必填
address
必填
longitude
必填
latitude
必填
start_date
必填
end_date
必填
start_time
必填
end_time
必填
desc
必填
status
状态 1招募中 2进行中
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 1, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "617", "title": "香山书屋活动", "face": "upload/file/34545645.png", "organizer": "香山书屋", "people_num": "10", "contact": "行知云", "mobile": "16495554533", "address": "中山路", "latitude": "4534.34", "longitude": "34545.42", "start_date": "2024-03-25", "end_date": "2024-03-28", "start_time": "18:00:00", "end_time": "19:00:00", "desc": "香山书屋活动", "create_by_uuid": "628133f1525c618", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2024-03-27 14:06:04", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2024-03-27 14:06:04", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "status": 2 } ] } }