亚盘历史数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>亚盘历史数据</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/openapi/competing/get-asian-handicap-history</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;">string</td>
<td>赛程mid</td>
</tr>
<tr>
<td style="text-align: left;">company_name</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>公司名</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 900,
"msg": "获取成功",
"result": [
{
"company_name": "Bet 365", //公司
"up_time": "2018-08-30 17:30:00", //发布时间
"home_discount": "1.9700", //主队贴水 现盘
"let_index": "平手/半球", //让球指数 现盘
"visit_discount": "1.8200" //客队贴水 现盘
"home_discount_trend": "0" //升降状态 0:不变 1:上升 -1:下降
"visit_discount_trend": "0" //升降状态 0:不变 1:上升 -1:下降
}
]
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>!</p>