盒子获取游戏服接口

# 游戏服列表 ## 说明 ### 请求地址 ``` api/app/ ``` ### 请求参数 | 参数 | 说明 | 类型 | 备注 | 是否必填 | | ------ | ---- | ------ | -------------------------- | -------- | | type | | string | 固定值: xy.get.box.server | 是 | | isopen | | int | 0 未开服 1已开服 | 是 | | gid | | string | 游戏id | 否 | | gtype | | string | 游戏类型 手游 H5 | 是 | | index | | int | 页码 | 否 | | size | | int | 每页条数 | 否 | | pid | | string | 商户编号 我方提供 | 是 | | time | | long | 时间戳10位 | 是 | | sign | | string | 签名 | 是 | | bname | | | 盒子名称 |是 | | bversion | | | 盒子版本 | 是 | | bdevice | | | 盒子设备,0安卓 1苹果 | 是 | ##### 返回值 ``` json { "code": 1, "msg": "", "data": [{ "name": "双线1服", "index": "0", "type": "正式服", "opentime": "2019-06-17 16:26:02", "number": "1297", "password": "", "id": "1045", "gname": "大圣外传", "gtype": "手游", "android": "az", "apple": "pg", "icon": "http://cdn.wan911.com/data/hz.wan911.com/20191202/3053fe25.gif", "gid": "1055", "playurl": "http://play2019.wan911.com/1055/?sid=1045", "style": "角色扮演", "platform": "1" }] } ```