{
"deviceName": "string",
"deviceType": "string",
"gid": 0,
"hid": 0
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/device/listOnlineDevice' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "string",
"deviceType": "string",
"gid": 0,
"hid": 0
}'
{
"code": 200,
"msg": "",
"data": [
{
"deviceName": "",
"deviceType": "",
"clientMsgId": "",
"gid": 0,
"hid": 0
}
]
}