外源匹配
GET
/datashare/thirdMatching
接口描述
本接口是提供给使用外部赛程的合作伙伴使用,通过本接口,可以获取某外部赛程源的赛程与本中心赛程的匹配关系,外源包括:188、沙巴、IM、SR、BC等。详细请资讯商务。通过本接口可以获取赛程的动画及视频的支持情况,对进行中的比赛需高频调用,获取视频的最新可播放资源情况。 本接口默认是不开通权限的,需要获取该权限需与商务沟通,并告知需要匹配的源站。
请求参数
参数名
类型
描述
必填
sport_id
int
比赛类型:1.足球、2篮球、3棒球、5网球 (更多参看附录) 选填,不填则返回全部的类型(必填)
必填
sourcetype
int
赛程源类型:5:188赛程 11:IM赛程 12:沙巴 ,2球探
必填
begin
long
开始时间的秒数(必填);示例:1574404125
必填
end
long
结束时间的秒数(必填);示例:1574659756
必填
t
String
时间戳,当前时间前后2小时内,格式 yyyyMMddHH
必填
code
String
用户编号,系统分配给用户的32位编码
必填
auth_token
String
校验参数,md5(md5(username)+secreteKey+code+时间戳)
必填
响应参数
参数名
类型
描述
必填
match_id
int
本中心赛程id
必填
sport_id
int
比赛类型
必填
third_match_id
int
匹配的第三方赛程id
必填
home_team_id
int
主队id
必填
home_team_name
string
主队名(英文)
必填
home_team_logo
string
主队logo
必填
away_team_id
int
客队id
必填
away_team_name
string
客队名(英文)
必填
away_team_logo
string
客队logo
必填
reverse
int
是否主客队相反:0同向 1 相反
必填
lmt_mode
int
是否有动画:0没有1有
必填
home_team_name_cn
string
主队名(中文)
必填
away_team_name_cn
string
客队名(中文)
必填
tournament_id
int
联赛id (本中心的联赛id)
必填
tournament_name
string
联赛名字(英文)
必填
tournament_name_cn
string
联赛名字(中文)
必填
match_time
date
比赛开始时间
必填