{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"parentId": 0,
"deviceCode": "string",
"deviceTypeCode": "string",
"deviceTypeName": "string",
"warnTypeCode": "string",
"warnTypeName": "string",
"custGroupType": 0,
"custGroupConfig": {
"ageStart": 0,
"ageEnd": 0,
"abilityCodeList": [
"string"
]
},
"silentTimeList": [
{
"startTime": "string",
"endTime": "string"
}
],
"conditionItemList": [
{
"conditionType": 0,
"propertyKey": "string",
"propertyName": "string",
"propertyValue": "string",
"leftSection": 0,
"rightSection": 0,
"value": 0,
"conditionCharacter": "string",
"isCheck": 0
}
]
}
curl --location --request POST '/platform/warn/config/updateById' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0,
"parentId": 0,
"deviceCode": "string",
"deviceTypeCode": "string",
"deviceTypeName": "string",
"warnTypeCode": "string",
"warnTypeName": "string",
"custGroupType": 0,
"custGroupConfig": {
"ageStart": 0,
"ageEnd": 0,
"abilityCodeList": [
"string"
]
},
"silentTimeList": [
{
"startTime": "string",
"endTime": "string"
}
],
"conditionItemList": [
{
"conditionType": 0,
"propertyKey": "string",
"propertyName": "string",
"propertyValue": "string",
"leftSection": 0,
"rightSection": 0,
"value": 0,
"conditionCharacter": "string",
"isCheck": 0
}
]
}'
{
"success": false,
"code": "",
"message": "",
"data": null
}