北单-赛程基础数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>赛程基础数据接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/competing/bd/schedule-info</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;">open_mid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>赛程编号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: {
&quot;scheduel_info&quot;: {
&quot;home_name&quot;: &quot;沙维什&quot;, /主队名
&quot;visit_name&quot;: &quot;塞图巴尔&quot;,/客队名
&quot;home_team_rank&quot;: &quot;7&quot;,/主队排名
&quot;visit_team_rank&quot;: &quot;17&quot;, /客队排名
&quot;average_home_percent&quot;: &quot;50.0&quot;, /主队胜算
&quot;average_visit_percent&quot;: &quot;50.0&quot;, /客队胜算
&quot;home_code&quot;: &quot;999&quot;, /主队编号
&quot;home_team_img&quot;: &quot;&quot;,/主队图片
&quot;visit_code&quot;: &quot;440&quot;,/客队编号
&quot;visit_team_img&quot;: &quot;https://caibaba.oss-cn-shenzhen.aliyuncs.com/logo/football/359629b1894f428bac9d2ec51bfdfc09&quot;,/客队图片
&quot;start_time&quot;: &quot;2018-02-01 03:00:00&quot;,/开始比赛时间
&quot;bd_sort&quot;: &quot;36&quot;,/排序
&quot;visit_team_league&quot;: &quot;葡超 &quot;, /客队属联赛
&quot;home_team_league&quot;: &quot;葡超 &quot;,/主队属联赛
&quot;endsale_status&quot;: 2, /停售状态
&quot;endsale_time&quot;: &quot;2018-02-01 02:15:00&quot;, /停售时间
&quot;result_5005&quot;: &quot;2:2&quot;, /比赛结果
&quot;status&quot;: &quot;2&quot;, / 比赛状态
&quot;status_name&quot;: &quot;完结&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>