获取世界杯基础赛程
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取世界杯基础赛程接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/competing/worldcup/get-wcup-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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
&quot;code&quot;: 600,
&quot;msg&quot;: &quot;获取成功&quot;,
&quot;result&quot;: [
{
&quot;game&quot;: [
{
&quot;schedule_date&quot;: &quot;20180614&quot;, //比赛日
&quot;start_time&quot;: &quot;2018-06-14 23:00:00&quot;, //比赛时间
&quot;sort&quot;: &quot;01&quot;, // 比赛 序号
&quot;group_id&quot;: &quot;&quot;, // 所属小组序号
&quot;group_name&quot;: &quot;A组&quot;, // 所属小组
&quot;home_team_name&quot;: &quot;俄罗斯&quot;, // 主队名
&quot;home_img&quot;: &quot;http://www.500cache.com/news/images/worldcup/logo_min/els.png&quot;, // 主队国旗
&quot;visit_team_name&quot;: &quot;沙特&quot;, // 客队名
&quot;visit_img&quot;: &quot;http://www.500cache.com/news/images/worldcup/logo_min/stalb.png&quot;, // 客队国旗
&quot;bifen&quot;: &quot;&quot; // bifen
}
],
&quot;field_num&quot;: 1,
&quot;game_date&quot;: &quot;2018-06-14&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>
<p>欢迎使用ShowDoc!</p>