亚盘
<p><strong>简要描述:</strong> </p>
<ul>
<li>亚盘</li>
</ul>
<p><strong>请求URL:</strong>
-C端 <code>http://xx.com/api/publicinterface/interface/get-asian-handicap</code>
-B端 <code>http://xx.com/api/store/store/get-asian-handicap</code></p>
<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;">string</td>
<td>赛程mid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;code&quot;: 900,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: [
{
&quot;company_name&quot;: &quot;Bet 365&quot;, //公司
&quot;begin_handicap_name&quot;: &quot;初盘&quot;, //盘口
&quot;begin_home_discount&quot;: &quot;1.9200&quot;, //主队贴水 初盘
&quot;begin_let_index&quot;: &quot;平手/半球&quot;, //让球指数 初盘
&quot;begin_visit_discount&quot;: &quot;1.9200&quot;, //客队贴水 初盘
&quot;handicap_name&quot;: &quot;现盘&quot;, //盘口
&quot;home_discount&quot;: &quot;1.9700&quot;, //主队贴水 现盘
&quot;let_index&quot;: &quot;平手/半球&quot;, //让球指数 现盘
&quot;visit_discount&quot;: &quot;1.8200&quot; //客队贴水 现盘
&quot;home_discount_trend&quot;: &quot;0&quot; //升降状态 0:不变 1:上升 -1:下降
&quot;visit_discount_trend&quot;: &quot;0&quot; //升降状态 0:不变 1:上升 -1:下降
}
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>