lottery

咕啦-彩票系统


赛程历史数据接入

<p><strong>简要描述:</strong> </p> <ul> <li>赛程历史数据接入</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/cron/data/schedule-history-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;league_name&amp;quot;: &amp;quot;日乙&amp;quot;, //联赛名称 &amp;quot;league_code&amp;quot;: &amp;quot;111&amp;quot;, //联赛mid &amp;quot;play_time&amp;quot;: &amp;quot;2017-08-09 12:10:10&amp;quot;, //比赛时间 &amp;quot;home_team_mid&amp;quot;: &amp;quot;123458&amp;quot;, //主队mid &amp;quot;home_team_name&amp;quot;: &amp;quot;中国对&amp;quot;, //主队名称 &amp;quot;visit_team_mid&amp;quot;: &amp;quot;1234581&amp;quot;, //客队mid &amp;quot;visit_team_name&amp;quot;: &amp;quot;中国2&amp;quot;, //客队名称 &amp;quot;result_3007&amp;quot;: &amp;quot;3:2&amp;quot;, //全场比分 &amp;quot;result_3009_b&amp;quot;: &amp;quot;1:1&amp;quot;, //半场比分 &amp;quot;result_3010&amp;quot;: &amp;quot;3&amp;quot; //3、胜 1、平 0、负 } ] }</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