[TOC]
简要描述
请求URL
https://webapi.blueimages.top/game/info
编码类型
- Content-type: application/x-www-form-urlencoded; charset=UTF-8;
请求方式
参数
参数名 |
必须 |
类型 |
说明 |
prod_id |
是 |
int |
产品ID |
返回示例
{
"code":0,
"message":"success",
"data":{
"prod_id":2,
"name":"风色传说",
"advertise_img":"https:\/\/static.blueimages.top\/uploads\/mtimages\/20220915\/69a45652e45001928f25b56834627038.gif?v=0.4079859449819805",
"android_url":"xxxx.apk",
"ios_url":"xxxx.apk",
"bg_down":"https://static.blueimages.top/uploads/web/images/20221202/a26192be6374b482cc7736ec8d7a709d.png",
"video":"xxxx.mp4",
"bg_video":"https://static.blueimages.top/uploads/web/images/20221202/59218cb5c76f31ec48b1f35bb92f75e7.png",
"isbn":"游戏版号",
"copyright":"著作权人",
"developer":"出版单位",
"phone":"联系电话",
"wechat_code":"微信二维码",
"weibo_code":"微博二维码"
}
}
返回参数说明
参数名 |
类型 |
说明 |
prod_id |
int |
产品ID |
name |
string |
产品名字 |
advertise_img |
string |
游戏KV图 |
android_url |
string |
Android下载地址 |
ios_url |
string |
iOS下载地址 |
bg_down |
string |
下载背景图 |
video |
string |
游戏特色视频 |
bg_video |
string |
视频背景图 |
isbn |
string |
游戏版号 |
copyright |
string |
著作权人 |
developer |
string |
出版单位 |
phone |
string |
联系电话 |
wechat_code |
string |
微信二维码 |
weibo_code |
string |
微博二维码 |