北单-可投注赛程
<p><strong>简要描述:</strong> </p>
<ul>
<li>北单-可投注赛程接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/competing/bd/get-bd-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;">lottery_code</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;game&quot;: [
{
&quot;periods&quot;: &quot;80105&quot;, /所属期数
&quot;open_mid&quot;: &quot;8010551&quot;, /期内MID
&quot;schedule_mid&quot;: &quot;&quot;, /竞足MID
&quot;schedule_type&quot;: &quot;1&quot;, /赛程类型
&quot;bd_sort&quot;: &quot;51&quot;, /期内序号
&quot;start_time&quot;: &quot;2018-01-27 00:45:00&quot;, /开始比赛时间
&quot;beginsale_time&quot;: &quot;2018-01-25 20:51:30&quot;, /开售时间
&quot;endsale_time&quot;: &quot;2018-01-27 00:00:00&quot;, /停售时间
&quot;league_name&quot;: &quot;芬兰杯&quot;, /所属联赛名
&quot;home_name&quot;: &quot;VPS瓦萨&quot;, /主队名
&quot;visit_name&quot;: &quot;查路&quot;, / 客队名
&quot;spf_rq_nums&quot;: &quot;-1&quot;, / 胜负让球数
&quot;sfgg_rf_nums&quot;: &quot;0.0&quot;, /胜负过关让分数
&quot;league_code&quot;:1 /联赛编号
&quot;home_code&quot;:1 /主场编号
&quot;visit_code&quot;:2 /客场编号
&quot;odds5001&quot;: {
&quot;odds_5001_id&quot;: &quot;2&quot;,
&quot;open_mid&quot;: &quot;8010551&quot;,
&quot;update_nums&quot;: &quot;4&quot;,
&quot;odds_3&quot;: &quot;4.18&quot;,
&quot;trend_3&quot;: &quot;-1&quot;,
&quot;odds_1&quot;: &quot;3.71&quot;,
&quot;trend_1&quot;: &quot;1&quot;,
&quot;odds_0&quot;: &quot;2.03&quot;,
&quot;trend_0&quot;: &quot;1&quot;,
&quot;create_time&quot;: &quot;2018-01-26 10:24:41&quot;,
&quot;modify_time&quot;: null,
&quot;update_time&quot;: &quot;2018-01-26 10:24:41&quot;
}
}
],
&quot;field_num&quot;: 37, /比赛日内总场次数
&quot;game_date&quot;: &quot;2018-01-27&quot;, /比赛日
&quot;week&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>