可投注赛程接口
<p><strong>简要描述:</strong> </p>
<ul>
<li>可投注赛程接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/api//publicinterface/interface/bet-game">http://xx.com/api//publicinterface/interface/bet-game</a>
<strong>请求方式:</strong></li>
<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>彩种code</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> code:600
msg:&quot;可投注赛程&quot;
result:[
{
game:{
0:{
beginsale_time:null //开售时间
create_time:null
endsale_time:&quot;2017-06-14 15:17:20&quot; //停售时间
home_team:&quot;福冈黄蜂&quot; //主场队名
home_team_id:&quot;5&quot; // 主场ID
league_id:&quot;6&quot; //联赛ID
league_short_name:&quot;欧冠&quot; // 联赛简称
modify_time:null
opt_id:&quot;0&quot;
periods:&quot;17080&quot; //期数
schedule_bf:&quot;2&quot; //比分 (1:仅过关 2: 单场 + 过关)
schedule_bqcspf:&quot;2&quot; // 半全场胜平负 (1:仅过关 2: 单场 + 过关)
schedule_code:&quot;周一001&quot; // 赛程编号
schedule_id:&quot;12&quot;
schedule_mid:&quot;170612001&quot; //赛程唯一编码
schedule_rqspf:&quot;2&quot; // 让球胜平负 (1:仅过关 2: 单场 + 过关)
schedule_spf:&quot;2&quot; // 胜平负 (1:仅过关 2: 单场 + 过关)
schedule_status:&quot;1&quot;
schedule_zjqs:&quot;2&quot; // 进球 (1:仅过关 2: 单场 + 过关)
start_time:&quot;2017-06-14 15:27:20&quot; //比赛时间
update_time:&quot;2017-06-12 08:16:09&quot;
url:null
visit_team:&quot;奥术大师&quot; // 客场队名
visit_team_id:&quot;4&quot; //客场ID
xx_odds:{let_ball_nums: &quot;-1&quot;, let_wins: &quot;5.00&quot;, let_level: &quot;3.00&quot;, let_negative: &quot;1.00&quot;} // 玩法赔率
high_win_status:&quot;0&quot; // 是否高中奖 0:不是 1:是
hot_status:&quot;0&quot; // 是否热门 0:不是 1:是
}
game_date : 2017-06-14 //比赛日期
field_num:4, // 有几场比赛
week : 周几
}</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>