获取球员数据
<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-data</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": [
{
"player_code": "1571",//球员ID
"sta_type": "1",//统计类型 1:总计 2:联赛 3:杯赛 4:国家队
"season": "19/20",//赛季
"league_code": "0",//联赛ID
"league_name": "",//联赛名
"team_code": "0",//球队ID
"team_name": "",//球队名
"play_times": "18",//出场次数
"goals": "16",//进球数
"assists": "3",//助攻数
"reds": "0",//红牌数
"yellows": "2",//黄牌数
"sub_play": "0",//替补上场次数
"sub_end": "0",//sub_end
"on_stage_time": "1620.00",//出场总时间
"y_to_reds": "0",//黄变红数
"agv_score": "2.64",//场均积分
"oolong_balls": "0",//乌龙球
"penalty_goals": "3",//点进球
"goal_inte_time": "101.25"//进球间隔时间
}
]
}</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>