lottery

咕啦-彩票系统


获取球队阵容信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取球队阵容信息接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api//competing/competing/get-zu-team-lineup</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;">teamCode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>球队ID</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code> { "code": 600, "msg": "获取成功", "result": [ { "type": "教练", //身份类型 前锋 中场 后卫 门将 教练 "data": [ { "team_code": "5", //球队ID "identity_type": "1", //身份 1:教练 2:球员 "site_type": "0",//阵容位置 1:前锋 2:中场 3:后卫 4:门将 0:教练 "player_code": "51", // ID "player_name": "尤尔根-克洛普", //名字 "player_img": "https://caipiao-sys.goodluckchina.net/img/dataImg/teamLineupImg/5-51.png",//图片 "num": "主教练", // 球衣号 "age": "0",//年龄 "goal": "0", // 进球数 "assists": "0" // 助攻 } ] } ] }</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> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML