球队更新同步
GET
/datashare/teamInfoUpdate?sport_id=1&code={{code}}&t={{t}}&auth_token={{auth_token}}
接口描述
本接口返回最近10分钟基础信息发生了变更的球队列表,以方便实时同步球队信息。
请求参数
参数名
类型
描述
必填
sport_id
int
运动类型id
必填
t
String
时间戳,当前时间前后2小时内,格式 yyyyMMddHH
必填
code
String
用户编号,系统分配给用户的32位编码
必填
auth_token
String
校验参数,md5(md5(username)+secreteKey+code+时间戳)
必填