获取欧赔数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/get-lan-europe-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;澳门&quot;,
&quot;begin_handicap_name&quot;: &quot;初盘&quot;,//名称
&quot;begin_odds_3&quot;: &quot;1.60&quot;,//主胜
&quot;begin_odds_0&quot;: &quot;2.15&quot;,//主负
&quot;begin_profit_rate&quot;: &quot;91.73&quot;,//初盘返还率
&quot;profit_rate&quot;: &quot;91.73&quot;,//即盘返还率
&quot;begin_odds_0_trend&quot;: &quot;0&quot;,//主负升降状态 0:不变 1:上升 2:下降
&quot;begin_odds_3_trend&quot;: &quot;0&quot;,//主胜升降状态
&quot;handicap_name&quot;: &quot;即盘&quot;,//名称
&quot;odds_3&quot;: &quot;1.60&quot;,//即盘主胜
&quot;odds_0&quot;: &quot;2.15&quot;,//即盘主负
&quot;odds_3_trend&quot;: &quot;0&quot;//即盘主胜升降状态 0:不变 1:上升 2:下降
&quot;odds_0_trend&quot;: &quot;0&quot;//即盘主负升降状态
},
{
&quot;company_name&quot;: &quot;易胜博&quot;,
&quot;begin_handicap_name&quot;: &quot;初盘&quot;,
&quot;begin_odds_3&quot;: &quot;1.66&quot;,
&quot;begin_odds_0&quot;: &quot;2.01&quot;,
&quot;begin_profit_rate&quot;: &quot;90.92&quot;,
&quot;profit_rate&quot;: &quot;90.92&quot;,
&quot;begin_odds_0_trend&quot;: &quot;0&quot;,
&quot;begin_odds_3_trend&quot;: &quot;0&quot;,
&quot;handicap_name&quot;: &quot;即盘&quot;,
&quot;odds_3&quot;: &quot;1.66&quot;,
&quot;odds_0&quot;: &quot;2.01&quot;,
&quot;odds_3_trend&quot;: &quot;0&quot;
&quot;odds_0_trend&quot;: &quot;0&quot;
}
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>