[
0
]
curl --location --request POST 'https://test.jiuyun.pro/api/iot/v1/monitor/getMonitorChannelByIds' \
--header 'Content-Type: application/json' \
--data-raw '[
0
]'
{
"errCode": 0,
"errMsg": "string",
"data": [
{
"id": 0,
"createTime": "2019-08-24T14:15:22Z",
"communityId": 0,
"monitorDeviceId": 0,
"channelCode": "string",
"channelName": "string",
"isOnline": 0,
"lastSyncTime": "2019-08-24T14:15:22Z"
}
]
}