获取游戏详情接口
# 获取游戏详情接口
## 请求地址
```
盒子站/api/app
```
## 请求参数
|参数|默认值|说明|是否必填|
|-|-|-|-|
|pid| | 接口配置的pid|是|
|type|xy.get.box.game.content | |是|
|time| | 时间戳|是|
|sign | |签名规则MD5(pid#pkey#time#type)|是|
|platform |安卓1/ios2 |平台固定值|是|
|gid | |游戏id|是|
|bname | |盒子名称|是|
|bversion | |盒子版本|是|
|bdevice | 0安卓 1苹果|盒子设备|是|
## 请求响应
``` json
{
"code":1,
"msg":"",
"data":[
{
"id":"游戏id",
"name":"名称",
"image":"图片",
"image1":"图片1",//游戏logo
"image2":"图片2",//首页竖图
"image3":"图片3",//首页横图
"image4":"图片4", //游戏详情图
"image5":"图片5", //游戏详情图
"image6":"图片6", //游戏详情图
"image7":"图片7",//游戏详情图
"image8":"图片8",//游戏详情图
"intro":"简介",
"content":"内容",
"type":"类型",
"stype":"风格",
"theme":"主题",
"android":"android下载地址",
"apple":"ios下载地址",
"web":"pc下载地址",
"icon":"图标",
"intro":"简介",
"serverurl":"serverurl",
"androidpackage":"安卓包名",
"gtype":"角色扮演",
"glable":"游戏标签,游戏标签2",
"gpackagesize":"100M",
"userlike":100,//点赞数
"usercomment":10000,//评论数
"shareurl":"http://www.xxx.com/aaa.html",//分享页面
"gameflash":"http://www.xxx.com/aaa.html",//视频地址
"gameflashimg":"http://www.xxx.com/aaa.jpg",//视频封面图片
}
]
}
```