curl --location 'http://47.109.145.72:28082/prod-api/business/properties/getDeviceLastData?deviceSn=undefined' \
--header 'authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImxvZ2luX3VzZXJfa2V5IjoiNjA5OTM3YzgtZDUwMi00M2ZmLTg1OWEtNDkwMDgyNzMyZWRhIn0.n0oeB__377ogaKbgRG970oVNSsz3Q4ojENhUx5UFuCT86pVI2wo5afmkX4fwxqGE-87fILecYxRHCcl8OsPpaw'{
"msg": "操作成功",
"code": 200,
"data": {
"deviceSn": "SW_01",
"properties": {
"water_high": 1.2,
"water_temprature": 20.0,
"deviceSn": "SW_01"
},
"reportTime": "2025-12-10T09:46:26.020+08:00",
"isRegister": false,
"productSn": null,
"deviceName": null,
"isStore": true,
"isOnline": true,
"coapIsRecover": false,
"coapRecoverContent": null,
"httpNeedReply": false,
"httpReply": null
}
}