curl --location --request GET 'https://api2.hik-cloud.com/api/v1/edu/basic/devices/actions/getChannelsByParentPhone' \
--header 'Authorization: Bearer '{
"code": 200,
"message": "操作成功",
"data": [
{
"deviceId": "8c06808799394814880a706761e35800",
"deviceName": "收银台",
"deviceModel": "CS-C3S-52WEFR",
"deviceSerial": "123329561",
"channelId": "d7c5a3a0d78c40309415d6e55417a219",
"channelName": "收银台",
"channelNo": 1
}
]
}