获取亚赔数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户注册接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/publicinterface/interface/get-lan-asian-handicap</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;: [
{
&quot;company_name&quot;: &quot;澳门&quot;,//公司名
&quot;handicap_type&quot;: &quot;1&quot;,//数据类型 1:初盘 2:即盘
&quot;begin_rf_nums&quot;: &quot;-2.5&quot;,//初盘盘口
&quot;rf_nums&quot;: &quot;-2.5&quot;,//即盘盘口
&quot;begin_handicap_name&quot;: &quot;初盘&quot;,//初盘名称
&quot;begin_odds_3&quot;: &quot;1.80&quot;,//初盘主胜
&quot;begin_profit_rate&quot;: &quot;92.43&quot;,//初盘返还率
&quot;profit_rate&quot;: &quot;92.43&quot;,//即盘返还率
&quot;begin_odds_0&quot;: &quot;1.90&quot;,//初盘主负
&quot;begin_odds_3_trend&quot;: &quot;0&quot;,//初盘主胜升降状态 0:不变 1:上升 2:下降
&quot;begin_odds_0_trend&quot;: &quot;0&quot;,//初盘主负升降状态 0:不变 1:上升 2:下降
&quot;handicap_name&quot;: &quot;即盘&quot;,//即盘名称
&quot;odds_3&quot;: &quot;1.80&quot;,//即盘主胜
&quot;odds_0&quot;: &quot;1.90&quot;,//即盘主负
&quot;odds_3_trend&quot;: &quot;0&quot;//即盘升降状态 0:不变 1:上升 2:下降
},
{
&quot;company_name&quot;: &quot;澳门&quot;,
&quot;handicap_type&quot;: &quot;1&quot;,
&quot;begin_rf_nums&quot;: &quot;-2.5&quot;,
&quot;rf_nums&quot;: &quot;-2.5&quot;,
&quot;begin_handicap_name&quot;: &quot;初盘&quot;,
&quot;begin_profit_rate&quot;: &quot;92.43&quot;,
&quot;profit_rate&quot;: &quot;92.43&quot;,
&quot;begin_odds_0&quot;: &quot;1.90&quot;,
&quot;begin_odds_3&quot;: &quot;1.80&quot;,
&quot;begin_odds_3_trend&quot;: &quot;0&quot;,
&quot;begin_odds_0_trend&quot;: &quot;0&quot;,
&quot;handicap_name&quot;: &quot;即盘&quot;,
&quot;odds_3&quot;: &quot;1.80&quot;,
&quot;odds_0&quot;: &quot;1.90&quot;,
&quot;odds_3_trend&quot;: &quot;0&quot;
},
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>