{
"deviceIds": [
"6a290cdc0b6db0565955355b157acc090e33f76e",
"32",
"97"
]
}
curl --location --request POST '/openapi/refreshMsg' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceIds": [
"6a290cdc0b6db0565955355b157acc090e33f76e",
"32",
"97"
]
}'
{
"code": 0,
"data": {
"6a290cdc0b6db0565955355b157acc090e33f76e": {
"msg": "string",
"deviceNo": "string",
"deviceId": "string",
"scriptName": "string",
"serviceOk": "string",
"reportTime": "string"
}
},
"msg": "string"
}