文档
测试

新版分类接口

GET
http://localhost:10081/api/v2/tv/cloud/channel/game_category.json?channel_id=21335&vc=70000&channel_code=70000001&type=0

请求参数

参数名
类型
描述
必填
channel_id
int
分类id, 示例:21335
必填
vc
int
版本号,示例:70000
必填
channel_code
int
渠道号,示例:70000001
必填
type
int
展示类型,0-指定分类id, 1-展示全部分类
必填
current_page
int
当前页,从0开始
必填
rows_of_page
int
每页数量
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
text
string
示例:success
必填
ext
object
数据字典
必填
current_category
object
当前焦点分类
必填
id
int
分类id,示例:21335
必填
name
string
分类名称,示例:体育
必填
game_list
array
游戏列表
必填
game_id
int
游戏id,示例:5162045
必填
game_name
string
游戏名称,示例:极品疯狂赛车
必填
game_img
string
游戏背景图,示例:
必填
other_category
array
其他分类
必填
id
int
分类id,示例:21964
必填
name
string
分类名称,示例:oppo分类
必填
game_list
object
示例:null
必填