{
"keyword": "string",
"buildingId": 0,
"page": 1,
"pageSize": 10
}curl --location --request POST '172.22.72.236:9090/building-traffic/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"buildingId": 0,
"page": 1,
"pageSize": 10
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"records": [
{
"id": 0,
"buildingId": 0,
"carNumber": "",
"createdTime": ""
}
]
}
}