curl --location --request POST 'https://api2.hik-cloud.com/api/v1/open/basic/channels/actions/live/video/open' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial": "D20591677",
"channelNos": [3]
}'
{
"code": "200",
"message": "操作成功",
"data": [
{
"deviceSerial": "423344555",
"channelNo": 3,
"ret": "200",
"desc": "开通成功!"
}
]
}