获取大小分
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/get-lan-daxiao-odds</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;">schedule_mid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</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;: [
{
//begin开头字段为初盘
&quot;company_name&quot;: &quot;bet365&quot;,//公司名称
&quot;begin_cutoff_fen&quot;: &quot;157.0&quot;,//初盘盘口
&quot;cutoff_fen&quot;: &quot;157.5&quot;,//即盘盘口
&quot;begin_handicap_name&quot;: &quot;初盘&quot;,//
&quot;begin_profit_rate&quot;: &quot;95.00&quot;,//初盘返还率
&quot;profit_rate&quot;: &quot;95.00&quot;,//即盘返还率
&quot;begin_odds_da&quot;: &quot;1.90&quot;,//初盘大分
&quot;begin_odds_xiao&quot;: &quot;1.90&quot;,//初盘小分
&quot;begin_odds_da_trend&quot;: &quot;0&quot;,//初盘大分升降状态 0:不变 1:上升 2:下降
&quot;odds_da_trend&quot;: &quot;2&quot;,//即盘大分升降状态 0:不变 1:上升 2:下降
&quot;handicap_name&quot;: &quot;即盘&quot;,//
&quot;odds_da&quot;: &quot;1.88&quot;,//即盘大分
&quot;odds_xiao&quot;: &quot;1.88&quot;,//即盘小分
&quot;begin_odds_xiao_trend&quot;: &quot;0&quot;,//初盘小分升降状态 0:不变 1:上升 2:下降
&quot;odds_xiao_trend&quot;: &quot;2&quot;////即盘小分升降状态 0:不变 1:上升 2:下降
},
{
&quot;company_name&quot;: &quot;韦德&quot;,
&quot;begin_cutoff_fen&quot;: &quot;157.0&quot;,
&quot;cutoff_fen&quot;: &quot;157.5&quot;,
&quot;begin_handicap_name&quot;: &quot;初盘&quot;,
&quot;begin_profit_rate&quot;: &quot;95.00&quot;,
&quot;profit_rate&quot;: &quot;95.00&quot;,
&quot;begin_odds_da&quot;: &quot;1.90&quot;,
&quot;begin_odds_xiao&quot;: &quot;1.90&quot;,
&quot;begin_odds_da_trend&quot;: &quot;0&quot;,
&quot;odds_da_trend&quot;: &quot;2&quot;,
&quot;handicap_name&quot;: &quot;即盘&quot;,
&quot;odds_da&quot;: &quot;1.88&quot;,
&quot;odds_xiao&quot;: &quot;1.88&quot;,
&quot;begin_odds_xiao_trend&quot;: &quot;0&quot;,
&quot;odds_xiao_trend&quot;: &quot;2&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>