curl --location --request GET 'https://api2.hik-cloud.com/api/v1/open/basic/channels/list' \
--header 'Authorization: Bearer '{
"code": 200,
"message": "操作成功",
"data": {
"pageNo": 1,
"pageSize": 20,
"total": 1,
"rows": [
{
"deviceSerial": "E05426006",
"channelId": "945149ff4a8d42ff8f01036ddfbbf66e",
"channelName": "DS-2XD8147F/CF-IZ(D84151552)",
"channelNo": 1,
"channelStatus": 1,
"channelType": "10300",
"isUse": 1,
"ipcSerial": "123456789"
}
]
}
}