根据遥控器 ID 获取频道表列表

更新时间: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 频道表类型
  • 0:用户自定义频道
  • 1:白名单未发布频道
  • 2:线上频道
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 }

错误码

参考 错误码