历史赛季列表
GET
/datashare/seasonList
接口描述
获取某联赛的赛季列表
请求参数
参数名
类型
描述
必填
tournament_id
int
联赛id;示例:1
必填
t
String
时间戳,当前时间前后2小时内,格式 yyyyMMddHH
必填
code
String
用户编号,系统分配给用户的32位编码
必填
auth_token
String
校验参数,md5(md5(username)+secreteKey+code+时间戳)
必填
响应参数
参数名
类型
描述
必填
id
int
赛季id;示例:234328
必填
year
string
赛季年份名;示例:1988
必填
start
date
开始时间;示例:1988-06-01 09:00:00
必填
end
date
结束时间;示例:1988-08-02 08:59:59
必填
has_promotion_chart
int
是否有晋级图;示例:0
可选
has_ranking
int
是否有积分榜;示例:1
可选
has_player_statistics
int
是否有球员技术统计数据;示例:0
可选
cn_ranking_rule
string
积分榜规则说明(中文)
可选
en_ranking_rule
string
积分榜规则说明(英文)
可选