文档
测试

用户引导标签

GET
http://localhost:10081/api/v2/tv/cloud/channel/guide/labels.json

响应参数

参数名
类型
描述
必填
code
int
0-请求成功
必填
text
string
示例:success
必填
ext
object
数据字典
必填
guide_lables
array
用户引导标签列表
必填
id
int
一级标签id,示例:3
必填
label_name
string
一级标签名称,示例:刺激男生玩的游戏
必填
type
int
标签类型,1-一级引导标签,2-二级引导标签
必填
child_labels
array
二级引导标签列表
必填
id
int
标签id
必填
label_name
string
标签名称,示例:大男孩子R
必填
type
int
标签类型,1-一级引导标签,2-二级引导标签
必填
child_labels
object
示例:null
必填