竞彩赛果接入
<p><strong>简要描述:</strong> </p>
<ul>
<li>竞彩赛果接入</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/cron/data/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;schedule_result_3007&quot;: &quot;3:2&quot;, //比分
&quot;schedule_result_sbbf&quot;: &quot;1:1&quot;, //半场比分赛果
“match_time”:“下半场 67'”,//比赛进程时间
&quot;status&quot;:1//比赛状态 0、未开赛 1、比赛中 2、完结
}
]
}
status为2的时候:
{
&quot;data&quot;: [
{
&quot;schedule_mid&quot;: &quot;20170703001&quot;, //赛程mid
&quot;schedule_result_3010&quot;: 3, //胜平负赛果 0、负 1、平 3、胜
&quot;schedule_result_3006&quot;: 1, //让球赛果 0、负 1、平 3、胜
&quot;schedule_result_3007&quot;: &quot;3:2&quot;, //比分
&quot;schedule_result_3008&quot;: 5, //总进球
&quot;schedule_result_3009&quot;: &quot;13&quot;, //半全场赛果 0、负 1、平 3、胜
&quot;schedule_result_sbbf&quot;: &quot;1:1&quot;, //半场比分赛果
&quot;odds_3006&quot;:&quot;1.1&quot;, //让球赔率
&quot;odds_3007&quot;:&quot;1.1&quot;,//比分赔率
&quot;odds_3008&quot;:&quot;1.1&quot;,//总进球赔率
&quot;odds_3009&quot;:&quot;1.1&quot;,//半全场赔率
&quot;odds_3010&quot;:&quot;1.1&quot;,//胜平负
“match_time”:“完结”,//比赛进程时间
&quot;status&quot;:2//比赛状态 0、未开赛 1、比赛中 2、完结
'remark':'加时结果' //加时结果 (可为空)
}
]
}</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>