lottery

咕啦-彩票系统


赛程技术统计数据

<p><strong>简要描述:</strong> </p> <ul> <li>赛程技术统计数据接入</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/cron/bd-data/bd-schedule-technic-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;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; //客队犯规次数 &amp;quot;home_red_num&amp;quot;:2 // 主队红牌数 &amp;quot;home_yellow_num&amp;quot;2 // 主队黄牌数 &amp;quot;visit_red_num&amp;quot;:2 // 客队红牌数 &amp;quot;visit_yellow_num&amp;quot;:2 // 客队黄牌数 &amp;quot;odds_3006&amp;quot;:1.20 // 让球胜平负赔率 &amp;quot;odds_3007&amp;quot;:1.20 // 比分赔率 &amp;quot;odds_3008&amp;quot;:1.20 // 总进球数赔率 &amp;quot;odds_3009&amp;quot;:1.20 // 半全场胜平负赔率 &amp;quot;odds_3010&amp;quot;:1.20 // 胜平负赔率 } ] }</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