{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"statusList": [
0
],
"waiterId": 0,
"startTime": "string",
"endTime": "string",
"actuallyBeginTime": "string",
"actuallyEndTime": "string",
"tenantsIdList": [
0
]
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST '/oc/workOrder/listPage4app' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"statusList": [
0
],
"waiterId": 0,
"startTime": "string",
"endTime": "string",
"actuallyBeginTime": "string",
"actuallyEndTime": "string",
"tenantsIdList": [
0
]
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": {
"waiterId": 0,
"waiterName": "",
"actuallyBeginTime": "",
"actuallyEndTime": "",
"serviceBeginTime": "",
"serviceEndTime": "",
"customerId": 0,
"customerIdentifyNo": "",
"customerMobile": "",
"customerName": "",
"serviceAddressDet": "",
"serviceAreaName": "",
"tenantsId": 0,
"serviceItemId": "",
"serviceName": "",
"orderNo": ""
},
"dataList": [
{
"waiterId": 0,
"waiterName": "",
"actuallyBeginTime": "",
"actuallyEndTime": "",
"serviceBeginTime": "",
"serviceEndTime": "",
"customerId": 0,
"customerIdentifyNo": "",
"customerMobile": "",
"customerName": "",
"serviceAddressDet": "",
"serviceAreaName": "",
"tenantsId": 0,
"serviceItemId": "",
"serviceName": "",
"orderNo": ""
}
],
"totalCount": 0
}