赛事球员榜
<p><strong>简要描述:</strong> </p>
<ul>
<li>赛事球员榜接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/competing/competing/get-league-player-list</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;">leagueCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>赛事ID</td>
</tr>
<tr>
<td style="text-align: left;">season</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>赛季</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 600,
"msg": "获取成功",
"result": {
"1": [ //球员汇总
{
"season": "2019-2020", //赛事赛季
"league_code": "127", //赛事ID
"league_name": "英超", //赛事名
"team_code": "145",//球队ID
"team_name": "莱斯特城", //球队名
"player_code": "1571", //球员ID
"player_name": "瓦尔迪", // 球员名
"player_img": "https://caipiao-sys.goodluckchina.net/img/dataImg/playerImg/2019-2020-145-1571.png",//球员头像
"count_type": "1", // 汇总类型 1:射手榜 2:助攻榜 3:射门 4:射正 5:黄牌 6:红牌 7:传球 8:成功传球率 9:抢断10:拦截 11:解围 12:乌龙球 13:犯规 14:扑救 15:出场次数 16:出场时间
"sort": "1", // 排名
"total": "16(3)" // 合计
}
]
}
}</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>