文档
测试

赛事库

POST
xxx/teaser/select.json

接口描述

赛事库界面

请求头

参数名
类型
描述
必填
token
string
令牌
必填

请求参数

参数名
类型
描述
必填
match_type
number
比赛类型 0:全部赛事 1:英雄联盟 2:dota2 3:cs 4:王者
必填
match_status
number
比赛状态 0:所有状态 1:未开始 2:进行中 3:已结束
必填

响应参数

参数名
类型
描述
必填
data
list
赛事数组
必填
id
int
赛事的id
必填
name
string
赛事的名字
必填
money
int
赛事的奖金
必填
src
int
赛事的图片src
必填
address
string
赛事的举办位置
必填
organizer
string
赛事的主办方
必填
create_time
date
赛事的举行日期
必填
team
list
团队
必填
id
int
队伍id
必填
name
int
队伍名字
必填
src
url
队伍icon src地址
必填
match_group
list
小组赛,赛程列表,比赛格式同比赛列表一样
必填
match_knockout
list
淘汰赛,赛程列表,比赛格式同赛事列表一样
必填
matches
list
该赛事的所有比赛
必填
id
string
比赛id
必填
match_time
string
比赛时间
必填
team_away
object
客队
必填
id
string
团队id
必填
name
string
姓名
必填
scope
number
得分
必填
logo
string
战队logo
必填
team_home
object
主队
必填
id
string
团队id
必填
name
string
姓名
必填
scope
number
得分
必填
logo
string
战队logo
必填