获取球员信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取球员信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/competing/competing/get-zu-player-info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">playerCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>球员ID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 600,
"msg": "获取成功",
"result": {
"playerHonor": [//荣誉列表
{
"honor_name": "最佳射手", //荣誉名
"times": "1",//次数
"logo_img": "https://caipiao-sys.goodluckchina.net/img/dataImg/playerHonorImg/最佳射手.png",//荣誉图片
"sub_detail": [//荣誉相关信息
{
"season": "11/12",//赛季
"level": "1",//级别
"match_id": "624",//赛事ID
"match_name": "英格兰足球全国联赛"//赛事名
}
]
}
],
"playerTransfer": [//转会信息
{
"transfer_type": "1", // 转会类型 转会类型 1:转会 2:出租 3:回归
"transfer_time": "2012-07-01",// 转会时间
"old_team": "福利特伍德",// 旧球队
"new_team": "莱斯特城",//新球队
"fee": "124万"//转会费
}
],
"playerNum": [//球衣号列表
{
"team_code": "145", //球队ID
"team_name": "莱斯特城", //球队名
"season": "19/20",//赛季
"num": "9"//球衣号
}
],
"playerInjury": [//球员伤病信息
{
"team_code": "145",//球队ID
"team_name": "莱斯特城",//球队名
"injury_info": "腹股沟受伤", //受伤信息
"s_date": "2016-01-04",//受伤时间
"e_date": "2016-01-13"//痊愈时间
},
{
"team_code": "0",
"team_name": "",
"injury_info": "磕伤",
"s_date": "2015-11-08",
"e_date": "2015-11-20"
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>