篮球球队排名(NBA)
<p><strong>简要描述:</strong> </p>
<ul>
<li>篮球球队排名(NBA)接入</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/cron/lan-data/lan-rank-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;">data</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">json</td>
<td>数据</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong> </p>
<pre><code>{
&quot;data&quot;: [
{
&quot;team_code&quot;: &quot;171&quot;, //球队编号 必填
&quot;team_name&quot;: &quot;湖人&quot;, //球队简称 必填
&quot;league_code&quot;: &quot;1&quot; // 联赛编号
&quot;league_name&quot;:&quot;1&quot; // 联赛名简称
&quot;team_position&quot;:&quot;1&quot; // 所属区域
&quot;team_rank&quot;:&quot;1&quot; // 球队排名
&quot;game_nums&quot;:&quot;1&quot; // 比赛次数
&quot;win_nums&quot;:&quot;1&quot; // 赢几场
&quot;lose_nums&quot;:&quot;1&quot; // 输几场
&quot;win_rate&quot;:&quot;1&quot; // 胜率
&quot;wins_diff&quot;:&quot;0.5&quot; // 胜差
&quot;defen_nums&quot;:&quot;189.25&quot; // 得分数
&quot;shifen_nums&quot;:&quot;188.35&quot; // 失分数
&quot;home_result&quot;:&quot;2胜1负&quot; //主场比赛数据
&quot;visit_result&quot;:&quot;1胜0负&quot; // 客场比赛数据
&quot;east_result&quot;:&quot;3胜1负&quot; // 对阵东部
&quot;west_result&quot;:&quot;2胜2负&quot; // 对阵西部
&quot;same_result&quot;:&quot;2胜2负&quot; // 同区对阵
&quot;ten_result&quot;:&quot;2胜2负&quot; // 近10场战绩
&quot;near_result&quot;:&quot;2连胜&quot; // 近期状态
}
]
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
“code”:600,
&quot;msg&quot;:&quot;球队数据处理成功&quot;,
&quot;result&quot;:&quot;&quot;
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>