{
"data": [
{
"time": 175124765000,
"code": "test_code",
"value": 3.14
}
]
}
curl --location --request POST '/openservice/iot-service/sensor/importRealDataByHttp' \
--header 'X-Qpaas-Dev-Tags: ylh' \
--header 'Cookie: PHPSESSID=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a; access_token=2b6bcd0d-8fbe-4dfc-86f7-1f52397d4b0a' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"time": 175124765000,
"code": "test_code",
"value": 3.14
}
]
}'
{
"result": null,
"msg": "数据修改成功",
"code": 200,
"status": 200
}