{
"pageNum": 0,
"pageSize": 0,
"phone": "string",
"classId": 0,
"businessDay": 0,
"businessYear": 0,
"businessMonth": 0,
"orderByColumn": "string",
"isAsc": "string"
}
curl --location --request POST 'http://127.0.0.1:8118/czpms-hotel/noCard/listHotelNoCardUseRecord' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 0,
"pageSize": 0,
"phone": "string",
"classId": 0,
"businessDay": 0,
"businessYear": 0,
"businessMonth": 0,
"orderByColumn": "string",
"isAsc": "string"
}'
{
"code": 0,
"msg": "",
"data": {}
}