文档
测试

球队-球员转会记录

GET
/datashare/TeamPlayerTransfer

接口描述

返回某个球队的球员的全部转会记录

请求参数

参数名
类型
描述
必填
team_id
int
球队id
必填
t
String
时间戳,当前时间前后2小时内,格式 yyyyMMddHH
必填
code
String
用户编号,系统分配给用户的32位编码
必填
auth_token
String
校验参数,md5(md5(username)+secreteKey+code+时间戳)
必填

响应参数

参数名
类型
描述
必填
id
int
记录id
必填
player_id
int
球员id
必填
team_id
int
终点球队id
必填
team_name
string
终点球队名(当没有球队id的时候,请直接使用本名字)
必填
from_team_id
int
出发球队id
必填
from_team_name
string
出发球队名(当没有球队id的时候,请直接使用本名字)
必填
start
string
开始时间
必填
active
int
是否正在效力:1:是,0 :否
必填
end
string
结束时间
必填
transferFee
string
转会费:null免费,数字+货币符号
必填
type
int
类型:1、租借;2、租借结束;3、转会;4、职业生涯结束;5、选秀;6、解约;7、签约
必填