世界杯基础赛程
<p><strong>简要描述:</strong> </p>
<ul>
<li>世界杯基础赛程接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/cron/data/world-cup-schedule</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> {
&quot;data&quot;: [
{
&quot;game_city&quot;:&quot;莫斯科&quot; //比赛城市
&quot;game_field&quot;:&quot;莫斯科足球场&quot; //比赛场地
&quot;game_level_id&quot;:&quot;1&quot; //比赛级别 比赛级别 1:小组赛 2:1/8决赛 3:1/4决赛 4:1/2决赛 5:3,4名决赛 6:决赛
&quot;game_level_name&quot;:&quot;小组赛&quot; //比赛级别
&quot;schedule_date&quot;: &quot;20180607&quot;, //比赛日 必填
&quot;start_time&quot;: &quot;2018-06-07 10:18:00&quot;, //开始比赛时间
&quot;sort&quot;: &quot;01&quot;, //比赛序号
&quot;group_id&quot;: &quot;A01&quot;, //所属小组序号 可直接为空
&quot;group_name&quot;: &quot;A组&quot;, //所属小组
&quot;home_team_name&quot;: &quot;俄罗斯&quot;, //主队名
&quot;home_img&quot;: &quot;http://xx.com/....&quot;, //主队国旗
&quot;visit_team_name&quot;: &quot;沙特&quot;, //客队名
&quot;visit_img&quot;: &quot;http://xx.com/....&quot;, //客队国旗
&quot;bifen&quot;: &quot;2:2&quot;, //比赛结果
}
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<pre><code> {
“code”:600,
“msg”:”数据写入成功”,
“data”:true
} </code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>