{
"containerId": "zinghuaceshishequb",
"duration": 6,
"codeRange": {
"codeList": [
"union_1921d98a647@zinghuaceshishequb"
],
"categoryList": [
{
"id": 123456,
"exceptCodes": [
"union_1921d9xxxx"
]
}
],
"gatewayList": [
11233111231
]
}
}
curl --location --request POST '/openservice/iot-service/sensor/updateOfflineDuration' \
--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 '{
"containerId": "zinghuaceshishequb",
"duration": 6,
"codeRange": {
"codeList": [
"union_1921d98a647@zinghuaceshishequb"
],
"categoryList": [
{
"id": 123456,
"exceptCodes": [
"union_1921d9xxxx"
]
}
],
"gatewayList": [
11233111231
]
}
}'
{
"result": 5,
"msg": "离线时长更新成功",
"code": 200,
"status": 200
}