{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custMobile": "string",
"waiterName": "string",
"waiterMobile": "string",
"name": "string",
"approveStatus": 0,
"applyType": 0
}
curl --location --request POST '/app/getPageList' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"custName": "string",
"custMobile": "string",
"waiterName": "string",
"waiterMobile": "string",
"name": "string",
"approveStatus": 0,
"applyType": 0
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"totalPage": 0,
"currPage": 0,
"list": [
{
"id": 0,
"approvalNum": "",
"custNum": "",
"custName": "",
"custSex": 0,
"custSexStr": "",
"custIdentify": "",
"custMobile": "",
"alterAmount": 0,
"waiterNo": "",
"waiterName": "",
"waiterMobile": "",
"approveStatus": 0,
"approveStatusStr": "",
"approveById": 0,
"approveByName": "",
"approveTime": "",
"approveReason": "",
"createTime": "",
"remarks": "",
"tenantId": ""
}
]
}
}