lottery

咕啦-彩票系统


任选14场次写入/更新

<p><strong>简要描述:</strong> </p> <ul> <li>任选14场次写入/更新接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/cron/data/optional-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;">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;action_type&amp;quot;: 1, //操作类型 1:插入 2:更新 &amp;quot;periods&amp;quot;: &amp;quot;171020&amp;quot;, //期数 &amp;quot;sort_code&amp;quot;: &amp;quot;1&amp;quot;, //该期中 第几场 &amp;quot;league_name&amp;quot;: &amp;quot;中超&amp;quot;, //联赛名 &amp;quot;home_team_name&amp;quot;: &amp;quot;中国1&amp;quot;, //主队名称 &amp;quot;visit_team_name&amp;quot;: &amp;quot;中国2&amp;quot;, //客队名称 &amp;quot;start_time&amp;quot;: &amp;quot;2017-10-20 15:00:00&amp;quot;, //比赛开始时间 &amp;quot;odds_win&amp;quot;:&amp;quot;1.20&amp;quot; // 胜赔率 &amp;quot;odds_flat&amp;quot;:&amp;quot;1.20&amp;quot; //平赔率 &amp;quot;odds_lose&amp;quot;:&amp;quot;1.20&amp;quot; // 负赔率 } ] &amp;quot;data&amp;quot;: [ { &amp;quot;action_type&amp;quot;: 2, //操作类型 1:插入 2:更新 &amp;quot;periods&amp;quot;: &amp;quot;171020&amp;quot;, //期数 &amp;quot;sort_code&amp;quot;: &amp;quot;1&amp;quot;, //该期中 第几场 &amp;quot;schedule_mid&amp;quot;: &amp;quot;中超&amp;quot;, //场次MID &amp;quot;schedule_result&amp;quot;: &amp;quot;中国1&amp;quot;, //比赛结果 } ] }</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> <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>

页面列表

ITEM_HTML