curl --location --request GET 'https://api.zhimu-tech.com/zhimu-api/device/getMeasureStatsRecord?deviceId&measureIds&startTimestamp&endTimestamp' \
--header 'x-zm-token;'{
"success": true,
"errorCode": "SUCCESS",
"errorMessage": "操作成功",
"data": {
"lastTimestamp": 1758765600000,
"measureRecords": [
{
"measureId": 2209,
"measureName": "1",
"recordList": [
{
"x": 0.054,
"y": -0.095,
"timestamp": 1758762000000
},
{
"x": 0.033,
"y": -0.100,
"timestamp": 1758765600000
}
]
},
{
"measureId": 2211,
"measureName": "2",
"recordList": [
{
"x": -0.243,
"y": -0.260,
"timestamp": 1758762000000
},
{
"x": -0.316,
"y": -0.283,
"timestamp": 1758765600000
}
]
},
{
"measureId": 2213,
"measureName": "3",
"recordList": [
{
"x": -0.069,
"y": 0.115,
"timestamp": 1758762000000
},
{
"x": -0.052,
"y": 0.130,
"timestamp": 1758765600000
}
]
}
]
}
}