竞彩篮球开奖记录
<p><strong>简要描述:</strong> </p>
<ul>
<li>竞彩篮球历史记录接口</li>
</ul>
<p><strong>请求URL:</strong>
-C端 <code>http://xx.com/api/publicinterface/interface/get-ball-result</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;">date</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>查询日期 例:20170817</td>
</tr>
<tr>
<td style="text-align: left;">lotteryCode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>3100 篮球特有 不传默认查足球</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: 获取成功
&quot;result&quot;: {
data:[
0:{
&quot;schedule_mid&quot;: &quot;100199&quot;, // 赛程MID
&quot;schedule_date&quot;: &quot;20171028&quot;, // 赛程日
&quot;result_3001&quot;: &quot;0&quot;, // 胜负结果
&quot;result_3003&quot;: &quot;12&quot;, // 胜分差结果
&quot;schedule_fc&quot;: &quot;-8&quot;, // 分差
&quot;schedule_zf&quot;: &quot;182&quot;, // 总分
&quot;result_qcbf&quot;: &quot;87:95&quot;, // 最后比分
&quot;schedule_code&quot;: &quot;308&quot;, // 赛程CODE
&quot;start_time&quot;: &quot;10-29 10:30&quot;, // 开始比赛时间
&quot;visit_short_name&quot;: &quot;活塞&quot;, // 客队名
&quot;home_short_name&quot;: &quot;快船&quot;, // 主队名
&quot;league_name&quot;: &quot;美职篮&quot;, // 联赛名
&quot;result&quot;: &quot;87:95(182)&quot;, // 结果
&quot;against&quot;: &quot;快船vs活塞&quot;, // 比赛显示
&quot;name_3001&quot;: &quot;负&quot;, // 胜负结果名
&quot;odds_3001&quot;: &quot;3.35&quot;, // 胜负结果赔率
&quot;name_3002&quot;: &quot;负(-7.5)&quot;, 让分胜负结果名
&quot;odds_3002&quot;: &quot;1.75&quot;,// 让分胜负赔率
&quot;name_3003&quot;: &quot;客胜 6-10&quot;, // 胜分差结果名
&quot;odds_3003&quot;: &quot;8.45&quot;, // 胜负差赔率
&quot;name_3004&quot;: &quot;小分(206.50)&quot;,// 大小分结果名
&quot;odds_3004&quot;: &quot;1.75&quot;// 大小分赔率
}
]
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>