Authorization: Bearer ********************
{
"property1": {
"time": "2019-08-24T14:15:22Z",
"craneId": "string",
"tenantId": "string",
"agentName": "string",
"val": 0
},
"property2": {
"time": "2019-08-24T14:15:22Z",
"craneId": "string",
"tenantId": "string",
"agentName": "string",
"val": 0
}
}
curl --location --request POST 'https://jiugang.mhiiot.cn/openapi/client/api/set-cached-run-data/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": {
"time": "2019-08-24T14:15:22Z",
"craneId": "string",
"tenantId": "string",
"agentName": "string",
"val": 0
},
"property2": {
"time": "2019-08-24T14:15:22Z",
"craneId": "string",
"tenantId": "string",
"agentName": "string",
"val": 0
}
}'
{}