我的赛事
POST
/api/my/match
请求头
参数名
类型
描述
必填
token
string
用户token
必填
请求参数
参数名
类型
描述
必填
page
int
页码,默认1
必填
limit
int
每页显示条是,默认10
必填
响应参数
参数名
类型
描述
必填
code
int
响应状态值
必填
msg
string
响应信息
必填
count
int
数据条数
必填
match_champion_prize_description
string
奖品描述
必填
sys_match_id
string
赛事ID
必填
match_title
string
赛事标题
必填
match_start_time
string
赛事开始时间,时间戳
必填
match_stop_time
string
赛事结束时间,时间戳
必填
match_image
string
赛事图片
必填
match_status
int
赛事状态,1:未开始。2:比赛中,3:已结束
必填
match_user_sign_count
int
已报名人数
必填
start_time
string
赛事开始时间,日期
必填
stop_time
string
赛事结束时间,日期
必填
match_status_title
string
赛事状态描述
必填
is_group
int
是否为团队赛,0:否,1:是
必填