竞彩足球历史记录
<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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: 获取成功
&quot;result&quot;: {
data:[
0:{
schedule_date:&quot;20170817&quot; // 赛程所属日
schedule_result_3010: 1 // 胜平负结果
3010_name: 平 // 胜平负名
odds_3010:1.23 // 胜平负赔率
schedule_result_3006:0 // 让球胜负结果
3006_name:负(-1) // 让球胜平负名
odds_3006:1.23 // 让球胜平负赔率
schedule_result_3007:1:1 // 比分结果
3007_name:1:1 // 比分名
odds_3007:1.23 // 比分赔率
schedule_result_3008:2 // 进球数结果
3008_name:2球 // 进球数名
odds_3008:1.23 // 进球数赔率
schedule_result_3009:11 //半全场胜平负结果
3009_name:平平 // 半全场胜平负名
odds_3009:1.23 // 半全场胜平负赔率
schedule_result_sbbf:1:1 // 整场比分
schedule_code:001 // 赛程编码
start_time: 08-17 18:00 // 开赛时间
result:1:1(1:0) // 比赛结果
against:xxxx vs xxxx // 对阵球队
visit_short_name: xxx // 客队名
home_short_name : xxx // 主队名
league_short_name: zz // 联赛名
rq_nums: -1 // 让球数
}
]
}
}</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>