更新时间:2023-06-20 14:54:06下载pdf
本文介绍根据遥控器 ID 获取频道表列表的 API。
通过遥控器 ID 去获取频道表列表(线上频道表,自定义频道表,选中的频道表)。
GET: /v2.0/infrareds/{infrared_id}/remote/{remote_id}/channels
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
infrared_id | String | uri | true | 设备 ID |
remote_id | String | uri | true | 遥控器 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | List |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
id | Long | 频道表 ID |
index | Integer | 频道表序号 |
is_default | Boolean | 是否默认频道表 |
channel_type | Integer | 频道表类型
|
custom_channel_name | String | 频道表名称 |
channel_list | List | 频道列表 |
channel_list
说明
参数名 | 类型 | 说明 |
---|---|---|
cid | Integer | 频道 ID |
name | String | 频道名称 |
num | Integer | 频道号 |
GET: /v2.0/infrareds/vdevo15345926009****/remote/d5s65ca55/channels
{
"result": [
{
"custom_channel_name": "频道表7",
"index": 7,
"id": 7027770,
"channel_list": [
{
"num": 0,
"name": "导视频道",
"cid": 7757
},
{
"num": 21,
"name": "CCTV-1综合 HD",
"cid": 110274
},
{
"num": 22,
"name": "CCTV-2财经",
"cid": 30
},
{
"num": 24,
"name": "CCTV-4国际",
"cid": 37
},
{
"num": 27,
"name": "CCTV-7军事",
"cid": 35
},
{
"num": 30,
"name": "CCTV-10科教",
"cid": 33
},
{
"num": 31,
"name": "CCTV-11戏曲",
"cid": 39
},
{
"num": 32,
"name": "CCTV-12法制",
"cid": 40
}
],
"channel_type": 2
}
],
"t": 1632815018568,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈