获取游戏服列表

# 接口用途: 盒子-获取游戏服列表 ## 公共请求参数 | 名称 | 参数名 | 类型 | 说明 |是否必填 |------------|--------|--------|----------------------------------------------------------|-- | 请求类型 | type | string | 固定值: xy.get.box.server |是 | pid | pid | string | |是 | 时间戳 | time | string | 指格林威治时间1970年01月01日00时00分00秒起至现在的总秒数 |是 | 加密字符串 | sign | string | MD5(pid#pkey#time#type) 不区分大小写 pid pkey由我方提供 |是 ## 请求参数 | 名称 | 参数名 | 类型 | 说明 |是否必填 |----------|----------|--------|----------------------------|------ | gid | gid | string | 说明 |是 | isopen | isopen | string | 说明 |是 | index | index | string | 说明 |是 | size | size | string | 说明 |是 | platform | platform | string | 说明 0全部 1 安卓 2苹果 |是 | gtype | gtype | string | 说明 |是 ### 签名 - ### 请求实例 - ### 成功返回值 ``` json { "code":1, "msg":"成功", "data":[{ "name":"", "index":"", "type":"", "opentime":"", "number":"", "password":"", "id":"", "gname":"", "gtype":"", "android":"", "apple":"", "icon":"", "gid":"", "playurl":"", "style":"", "platform":"" }] } ``` ### 返回参数说明 | 参数名 | 类型 | 说明 | |--------|--------|--------------| | code | bool | 是否执行成功 | | msg | object | 具体数据 | | data | string | 返回的信息 | ### 备注 -