文档
测试

活动列表

GET
/applets/index/index

接口描述

获取活动列表信息

请求参数

参数名
类型
描述
必填
search
string
搜索内容,支持模糊搜索
必填
page
int
页码
可选

响应参数

参数名
类型
描述
必填
code
int
返回的code。1成功 其余为失败
必填
msg
string
提示信息
必填
data
array
数据列表
必填
total
int
总数
必填
per_page
int
每页数量
必填
last_page
int
最后一页的页数
必填
data
array
活动数据
必填
form_id
string
活动id,之后的接口需要传递此参数
必填
title
string
活动名称
必填
location
string
活动地点
必填
start_timg
int
活动开始时间戳
必填
end_time
int
活动结束时间戳
必填
points_count
int
签到点个数
必填
should_sign
int
应签到人数
必填
check_in
int
已签到人数
必填