{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"deviceType": "string"
}
curl --location --request POST '/platform/warn/config/listConditionByDeviceType' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"deviceType": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": [
{
"id": 0,
"deviceTypeCode": "",
"propertyKey": "",
"propertyValue": "",
"propertyName": "",
"type": 0,
"delFlag": 0,
"createBy": "",
"createName": "",
"createTime": "",
"updateBy": "",
"updateName": "",
"updateTime": "",
"remarks": ""
}
]
}