[TOC]
简要描述
请求URL
https://webapi.blueimages.top/product/list
编码类型
- Content-type: application/x-www-form-urlencoded; charset=UTF-8;
请求方式
参数
参数名 |
必须 |
类型 |
说明 |
label_id |
否 |
int |
产品标签ID,选择全部,就不传。 |
返回示例
{
"code":0,
"message":"success",
"data":[
{
"banner":"https:\/\/static.blueimages.top\/uploads\/mtimages\/20220915\/69a45652e45001928f25b56834627038.gif?v=0.4079859449819805",
"name":"风色传说",
"label_name":"热门游戏",
"prod_id":2
},
{
"banner":"https:\/\/static.blueimages.top\/uploads\/mtimages\/20220915\/69a45652e45001928f25b56834627038.gif?v=0.4079859449819805",
"name":"仙宠物语",
"label_name":"新品游戏",
"prod_id":2
}
]
}
返回参数说明
参数名 |
类型 |
说明 |
banner |
int |
封面图片 |
name |
string |
游戏名 |
label_name |
string |
游戏类型 |
prod_id |
int |
产品ID |