lottery

咕啦-彩票系统


赛程事件数据接入

<p><strong>简要描述:</strong> </p> <ul> <li>赛程事件数据接入</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/cron/data/schedule-event-data</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>{ &amp;quot;data&amp;quot;: [ { &amp;quot;schedule_mid&amp;quot;: &amp;quot;17009&amp;quot;, //赛程mid &amp;quot;schedule_event_mid&amp;quot;:&amp;quot;123455&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、换人 6、黄牌 7、红牌 &amp;quot;event_content&amp;quot;: &amp;quot;瓦莱里 (助攻:卢克沙)&amp;quot;, //事件内容 &amp;quot;event_time&amp;quot;: &amp;quot;40'&amp;quot; //时间发生时间 40' 分钟 } ] }</code></pre> <p><strong>返回示例</strong></p> <pre><code> { “code”:600, &amp;quot;msg&amp;quot;:&amp;quot;赛程事件数据插入成功&amp;quot;, &amp;quot;result&amp;quot;:&amp;quot;&amp;quot; }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML