{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"warnTypeName": "string"
}
curl --location --request POST '/platform/warn/config/pageSearch' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"warnTypeName": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"records": [
{
"id": 0,
"deviceTypeCode": "",
"deviceTypeName": "",
"warnTypeCode": "",
"warnTypeName": "",
"status": 0,
"statusStr": "",
"updateTime": "",
"updateName": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0
}
}