curl --location --request GET '/api/v1/telemetry/datas/statistic/batch?device_ids&keys&time_type&limit&aggregate_method' \
--header 'x-token: {{x-token}}'{
"code": 200,
"message": "操作成功",
"data": [
{
"key": "test_data1",
"time": "2025-06-19T12:00:00.000+08:00",
"value": 25.5
},
{
"key": "test_data1",
"time": "2025-06-19T11:00:00.000+08:00",
"value": 25.5
},
{
"key": "test_data2",
"time": "2025-06-19T12:00:00.000+08:00",
"value": 60
},
{
"key": "test_data2",
"time": "2025-06-19T11:00:00.000+08:00",
"value": 60
}
]
}