赛果
<p><strong>简要描述:</strong> </p>
<ul>
<li>竞彩赛果接入</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/cron/lan-data/lan-schedule-result-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>status为1的时候:
{
&quot;data&quot;: [
{
&quot;schedule_mid&quot;: &quot;20170703001&quot;, //赛程mid
&quot;guest_one&quot;: &quot;3:2&quot;, //第一节
&quot;guest_two&quot;: &quot;1:1&quot;, //第二节
&quot;guest_three&quot;:&quot;11:10&quot; // 第三节
&quot;guest_four&quot;:&quot;11:10&quot; // 第四节
&quot;guest_add_one&quot;:&quot;11:10&quot; // 加时赛第一场
&quot;guest_add_two&quot;:&quot;11:10&quot; // 加时赛第二场
&quot;guest_add_three&quot;:&quot;11:10&quot; // 加时赛第三场
&quot;guest_add_four&quot;:&quot;11:10&quot; // 加时赛第四场
&quot;result_zcbf&quot;:&quot;22:20&quot; // 中场比分
&quot;result_qcbf&quot;:&quot;22:20&quot; // 全场比分
&quot;schedule_fc&quot;:&quot;-3&quot; // 分差
&quot;schedule_zf&quot;:&quot;180&quot; // 总分
“match_time”:“第一节 5'”,//比赛进程时间
&quot;status&quot;:1//比赛状态 0、未开赛 1、比赛中 2、完结
}
]
}
status为2的时候:
{
&quot;data&quot;: [
{
&quot;schedule_mid&quot;: &quot;20170703001&quot;, //赛程mid
&quot;result_3001&quot;: 3, //胜负赛果 0、负 3、胜
&quot;result_3002&quot;: 0, //让分胜负 0、负 3、胜
&quot;result_3003&quot;: &quot;01&quot;, //胜分差 主胜 1-5:01 6-10:02 11-15:03 16-20:04 21-25:05 26+:04; 主负 1-5:11 6-10:12 11-15:13 16-20:14 21-25:15 26+:16
&quot;result_3004&quot;: 1, //大小分 1:大 2:小
&quot;result_qcbf&quot;: &quot;100:105&quot;, //半全场赛果 0、负 1、平 3、胜
&quot;odds_3001&quot;:&quot;1.1&quot;, //让球赔率
&quot;odds_3002&quot;:&quot;1.1&quot;,//比分赔率
&quot;odds_3003&quot;:&quot;1.1&quot;,//总进球赔率
&quot;odds_3004&quot;:&quot;1.1&quot;,//半全场赔率
&quot;schedule_fc&quot;:&quot;-3&quot; // 分差
&quot;schedule_zf&quot;:&quot;180&quot; // 总分
“match_time”:“完结”,//比赛进程时间
&quot;status&quot;:2//比赛状态 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>