{
"pageNum": 0,
"pageSize": 0,
"parkId": 0,
"categoryId": 0,
"name": "string"
}curl --location --request POST '172.22.72.236:9090/facility/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"parkId": 0,
"categoryId": 0,
"name": "string"
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"records": [
{
"id": 0,
"parkId": 0,
"categoryId": 0,
"name": "",
"isAllday": 0,
"createdTime": ""
}
]
}
}