{
"code": "string",
"message": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"total": 0,
"totalPage": 0,
"hasNextPage": true,
"hasPreviousPage": true,
"isfirstPage": true,
"islastPage": true,
"rows": [
{
"deviceId": "string",
"deviceName": "string",
"deviceModel": "string",
"deviceSerial": "string",
"channelId": "string",
"channelName": "string",
"channelNo": 0,
"channelStatus": "string",
"channelPicUrl": "string"
}
]
}
}