获取篮球赛程基础分析信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取篮球赛程基础分析信息接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/get-lan-analyze</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;">mid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>赛程MID</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;data&quot;: {
&quot;schedule_mid&quot;: &quot;100211&quot;, // 赛程MID
&quot;home_short_name&quot;: &quot;凯尔特人&quot;, // 主队名
&quot;clash_nums&quot;: &quot;10&quot;, // 近10场比赛
&quot;win_nums&quot;: &quot;0&quot;, // 赢几场
&quot;lose_nums&quot;: &quot;10&quot;, // 负几场
&quot;home_position&quot;: &quot;东&quot;, // 主队所属区域
&quot;home_ten_result&quot;: &quot;4胜2负&quot;, // 主队近期战绩
&quot;home_rank&quot;: &quot;2&quot;, // 主队排名
&quot;visit_position&quot;: &quot;西&quot;, // 客队所属区域
&quot;visit_ten_result&quot;: &quot;4胜2负&quot;, // 客队近期战绩
&quot;visit_rank&quot;: &quot;5&quot;, // 客队排名
&quot;europe_odds3&quot;: &quot;1.64&quot;, // 欧赔胜赔率
&quot;europe_odds0&quot;: &quot;2.35&quot;, // 欧赔负赔率
&quot;rangfen_odds3&quot;: &quot;1.90&quot;, // 让分胜赔率
&quot;rangfen_odds0&quot;: &quot;1.90&quot;, // 让分负赔率
&quot;odds_da&quot;: &quot;1.90&quot;, // 大分赔率
&quot;odds_xiao&quot;: &quot;1.90&quot;, // 小分赔率
&quot;cutoff_fen&quot;: &quot;196.0&quot; // 预测总分
}
}
}</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>