curl --location '/api/v1/live/channel/page?kw=undefined&group=undefined&pageNum=undefined&pageSize=undefined'{
"code": 0,
"msg": "ok",
"data": {
"list": [
{
"id": "string",
"name": "string",
"api": "string",
"logo": "string",
"playback": "string",
"group": "string",
"createdAt": 0,
"updatedAt": 0
}
],
"total": 0,
"class": [
{
"label": "string",
"value": "string"
}
]
}
}