lottery

咕啦-彩票系统


获取实况信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取实况信息</li> </ul> <p><strong>请求URL:</strong> -C端 <code>http://xx.com/publicinterface/interface/get-schedule-lives</code> -B端 <code>http://xx.com/store/store/get-schedule-lives</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> { &amp;quot;code&amp;quot;: 600, &amp;quot;msg&amp;quot;: &amp;quot;实况获取成功&amp;quot;, &amp;quot;result&amp;quot;: { &amp;quot;events&amp;quot;:[{ &amp;quot;schedule_mid&amp;quot;: &amp;quot;17009&amp;quot;, //赛程mid &amp;quot;team_type&amp;quot;: &amp;quot;1&amp;quot;, //1、主队 2、客队 &amp;quot;event_type&amp;quot;: &amp;quot;1&amp;quot;, //1、进球 2、点球 3、乌龙球 4、两黄一红 5、换人 &amp;quot;event_content&amp;quot;: &amp;quot;瓦莱里 (助攻:卢克沙)&amp;quot;, //事件内容 &amp;quot;event_time&amp;quot;: &amp;quot;40'&amp;quot; //时间发生时间 40' 分钟 }], &amp;quot;technic&amp;quot;:{ &amp;quot;schedule_mid&amp;quot;: &amp;quot;17009&amp;quot;, //赛程mid &amp;quot;home_ball_rate&amp;quot;: &amp;quot;65&amp;quot;, //主队控球率 &amp;quot;visit_ball_rate&amp;quot;: &amp;quot;35&amp;quot;, //客队控球率 &amp;quot;home_shoot_num&amp;quot;: &amp;quot;1&amp;quot;, //主队 射门次数 &amp;quot;visit_shoot_num&amp;quot;: &amp;quot;2&amp;quot;, //客队射门次数 &amp;quot;home_shoot_right_num&amp;quot;: &amp;quot;3&amp;quot;, //主队射正次数 &amp;quot;visit_shoot_right_num&amp;quot;: &amp;quot;4&amp;quot;, //客队射正次数 &amp;quot;home_corner_num&amp;quot;: &amp;quot;5&amp;quot;, //主队角球次数 &amp;quot;visit_corner_num&amp;quot;: &amp;quot;6&amp;quot;, //客队角球次数 &amp;quot;home_foul_num&amp;quot;: &amp;quot;7&amp;quot;, //主队犯规次数 &amp;quot;visit_foul_num&amp;quot;: &amp;quot;2&amp;quot; //客队犯规次数 } } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML