获取陪玩游戏信息
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口 更新于2022-06-23 12:51:26 星期四</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://www.linsheapp.com/index/selectGamesInfo</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户token</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"data": [
{
"type_name": "端游",#游戏类型
"games": [
{
"id": 1,#游戏id
"name": "英雄联盟",#游戏名称
"url": "https://qiniu.linsheapp.com/gamesIconUrl/yingxionglianmeng%403x.png",#游戏图标
"games_type": 1,#游戏类型 1 端游 2 手游
"games_group_name": "陪玩" #分组
},
{
"id": 2,
"name": "云顶之弈",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/yundingzhiyi%403x.png",
"games_type": 1,
"games_group_name": "陪玩"
},
{
"id": 3,
"name": "绝地求生",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/juediqiusheng%403x.png",
"games_type": 1,
"games_group_name": "陪玩"
},
{
"id": 4,
"name": "穿越火线",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/chjuanyuehuoxian%403x.png",
"games_type": 1,
"games_group_name": "陪玩"
},
{
"id": 5,
"name": "刀塔2",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/dapta2%403x.png",
"games_type": 1,
"games_group_name": "陪玩"
},
{
"id": 6,
"name": "原神",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/yuanshen%403x.png",
"games_type": 1,
"games_group_name": "陪玩"
},
{
"id": 7,
"name": "守望先锋",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/shouwangxianfeng%403x.png",
"games_type": 1,
"games_group_name": "陪玩"
},
{
"id": 8,
"name": "永劫无间",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/yongjiewujian%403x.png",
"games_type": 1,
"games_group_name": "陪玩"
}
]
},
{
"type_name": "手游",
"games": [
{
"id": 9,
"name": "王者荣耀",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/wangzherongyao%403x.png",
"games_type": 2,
"games_group_name": "陪玩"
},
{
"id": 10,
"name": "和平精英",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/hepingjingying%403x.png",
"games_type": 2,
"games_group_name": "陪玩"
},
{
"id": 11,
"name": "LOL手游",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/LOLshouyou%403x.png",
"games_type": 2,
"games_group_name": "陪玩"
},
{
"id": 12,
"name": "金铲铲之战",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/jinchanchanzhizhan%403x.png",
"games_type": 2,
"games_group_name": "陪玩"
},
{
"id": 13,
"name": "QQ飞车",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/QQfeiche%20%403x.png",
"games_type": 2,
"games_group_name": "陪玩"
},
{
"id": 14,
"name": "第五人格",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/diwurenge%403x.png",
"games_type": 2,
"games_group_name": "陪玩"
},
{
"id": 15,
"name": "CF手游",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/CFshouyou%403x.png",
"games_type": 2,
"games_group_name": "陪玩"
},
{
"id": 16,
"name": "使命召唤手游",
"url": "https://qiniu.linsheapp.com/gamesIconUrl/shimingzhaphuan%403x.png",
"games_type": 2,
"games_group_name": "陪玩"
}
]
}
]
}</code></pre>
<h5>返回参数说明</h5>
<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>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>