lottery

咕啦-彩票系统


足球球员数据统计接入

<p><strong>简要描述:</strong> </p> <ul> <li>足球球员数据统计接入</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/cron/data/player-count-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>{ "data": [ { "schedule_mid": "171", //赛程编号 "team_type":"1", // 1:主队 2:客队 "player_code":10,// 十号 "player_name": "梅西", //球员名 "player_ago":33,//球员年龄 "play_position_type": 1 //位置类型 1:门将 2:后卫 3:中场 4:前锋 "play_position":"中锋" //所踢位置 "play_type":1 // 上场类型 1:首发 2:替补 "play_time": "20" // 上场时长 "play_nums":"20(19/1)" // 总上场次数 20次首发19替补1 "goal_nums":"0" // 进球数 "assists_nums":"4" // 助攻数 "red_nums":"1" // 红牌数 "yellow_nums":"44" // 黄牌数 } ] }</code></pre> <p><strong>返回示例</strong></p> <pre><code> { “code”:600, "msg":"球队数据处理成功", "result":"" }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML