渠道列表
GET
http://localhost:10081/api/v2/tv/cloud/admin/channel/list
请求参数
参数名
类型
描述
必填
channel_code
String
渠道号,示例:70000001
可选
channel_name
String
渠道名称
可选
channel_type
int
渠道类型,0-0TT, 1-IPTV, 2-Other
可选
manufacturer_id
int
厂商ID
可选
page_num
int
分页第几页,示例:1
可选
page_size
int
每页数量,示例:10
可选
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
text
string
示例:success
必填
pageSize
int
示例:10
必填
pageNum
int
示例:1
必填
total
int
示例:1
必填