北单亚盘数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>北单亚盘数据接入</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/cron/bd-data/bd-asian-handicap-data</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;">data</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">json</td>
<td>数据</td>
</tr>
</tbody>
</table>
<p><strong>参数示例:</strong> </p>
<pre><code>{
&quot;data&quot;: [
{
&quot;schedule_mid&quot;: &quot;17009&quot;, //赛程mid
&quot;company_name&quot;: &quot;澳门&quot;, //公司名称
&quot;country&quot;: &quot;中国&quot;, //国家
&quot;handicap_type&quot;: &quot;1&quot;, //1、初盘 2、现盘
&quot;handicap_name&quot;: &quot;初盘&quot;, //初盘 现盘
&quot;home_discount&quot;: &quot;0.98&quot;, //主队贴水
&quot;let_index&quot;: &quot;受平手/半球&quot;, //让球指数
&quot;visit_discount&quot;: &quot;0.88&quot; //客队贴水
&quot;home_discount_trend&quot;: &quot;0&quot; //升降状态 0:不变 1:上升 2:下降
&quot;visit_discount_trend&quot;: &quot;0&quot; //升降状态 0:不变 1:上升 2:下降
}
]
}
</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
“code”:600,
&quot;msg&quot;:&quot;亚盘处理成功&quot;,
&quot;result&quot;:&quot;&quot;
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>