返回码 | 返回消息 | 描述 |
---|---|---|
510001 | 参数错误 | 必填项为空、参数长度不符合等参数异常情况 |
511148 | 未查到设备信息 |
curl --location --request GET 'https://api2.hik-cloud.com/api/v1/estate/devices' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceId": "string"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"deviceId": "8c06808799394814880a706761e35800",
"deviceName": "收银台",
"deviceModel": "CS-C3S-52WEFR",
"deviceSerial": "123329561",
"deviceStatus": 0,
"devicePath": "bb1843db95604a96945722daecd192e0/71a0b0d14ac54c4a9bb6db2da8677c52/8e9614653a52414c9c8debbb6c91b32a",
"deviceIp": "127.0.0.1"
}
}