比赛详情头部赛程信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>比赛详情头部赛程信息</li>
</ul>
<p><strong>请求URL:</strong>
-C端 <code>http://xx.com/api/publicinterface/interface/schedule-info</code>
-B端 <code>http://xx.com/api/store/store/schedule-info</code></p>
<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;">schedule_mid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>赛程mid</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_team_name&quot;: &quot;上海上港&quot;, //主队名称
&quot;visit_team_name&quot;: &quot;广州恒大&quot;,//客队名称
&quot;home_team_mid&quot;: &quot;10655&quot;,//主队mid
&quot;visit_team_mid&quot;: &quot;6648&quot;,//客队mid
&quot;home_team_rank&quot;: &quot;1&quot;,//主队排名
&quot;visit_team_rank&quot;: &quot;2&quot;,//客队排名
&quot;average_home_percent&quot;: &quot;56.1&quot;,//主队比例
&quot;average_visit_percent&quot;: &quot;43.9&quot;,//客队比例
&quot;start_time&quot;: &quot;2017-08-22 20:00:00&quot;, //比赛开始时间
&quot;schedule_code&quot;: &quot;周二001&quot;, //赛事编号
&quot;league_short_name&quot;: &quot;亚冠&quot; //联赛名称
},
&quot;scheduel_result&quot;: {
&quot;schedule_result_3007&quot;: &quot;4:0&quot;, //赛果比分
&quot;status&quot;: &quot;2&quot;, //0、未开赛 1、比赛中 2、完结
&quot;status_name&quot;: &quot;完结&quot;
}
&quot;odds&quot;:[]//赔率
}
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>