{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"thirdOrderNo": "string",
"orderNo": "string",
"customerId": 0,
"customerName": "string",
"customerIdentifyNo": "string",
"customerMobile": "string",
"waiterId": 0,
"waiterMobile": "string",
"waiterName": "string",
"serviceItemId": 0,
"serviceItemName": "string",
"orderStatus": 0,
"workType": 0,
"serviceAddress": "string",
"serviceMoney": 0,
"appointmentBeginTime": 0,
"appointmentEndTime": 0,
"actualBeginTime": 0,
"actualEndTime": 0,
"actualOrderCreateTime": 0,
"actualSignInAddress": "string",
"actualSignOutAddress": "string",
"tenantsId": 0,
"userId": 0
},
"token": "string",
"loginUser": {},
"areaId": 0
}
curl --location --request POST '/thirdPartyOrder/findListOrder' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"thirdOrderNo": "string",
"orderNo": "string",
"customerId": 0,
"customerName": "string",
"customerIdentifyNo": "string",
"customerMobile": "string",
"waiterId": 0,
"waiterMobile": "string",
"waiterName": "string",
"serviceItemId": 0,
"serviceItemName": "string",
"orderStatus": 0,
"workType": 0,
"serviceAddress": "string",
"serviceMoney": 0,
"appointmentBeginTime": 0,
"appointmentEndTime": 0,
"actualBeginTime": 0,
"actualEndTime": 0,
"actualOrderCreateTime": 0,
"actualSignInAddress": "string",
"actualSignOutAddress": "string",
"tenantsId": 0,
"userId": 0
},
"token": "string",
"loginUser": {},
"areaId": 0
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": {
"thirdOrderNo": "",
"orderNo": "",
"customerId": 0,
"customerName": "",
"customerIdentifyNo": "",
"customerMobile": "",
"waiterId": 0,
"waiterMobile": "",
"waiterName": "",
"serviceItemId": 0,
"serviceItemName": "",
"orderStatus": 0,
"workType": 0,
"serviceAddress": "",
"serviceMoney": 0.0,
"appointmentBeginTime": 0,
"appointmentEndTime": 0,
"actualBeginTime": 0,
"actualEndTime": 0,
"actualOrderCreateTime": 0,
"actualSignInAddress": "",
"actualSignOutAddress": "",
"tenantsId": 0,
"userId": 0
},
"dataList": [
{
"thirdOrderNo": "",
"orderNo": "",
"customerId": 0,
"customerName": "",
"customerIdentifyNo": "",
"customerMobile": "",
"waiterId": 0,
"waiterMobile": "",
"waiterName": "",
"serviceItemId": 0,
"serviceItemName": "",
"orderStatus": 0,
"workType": 0,
"serviceAddress": "",
"serviceMoney": 0.0,
"appointmentBeginTime": 0,
"appointmentEndTime": 0,
"actualBeginTime": 0,
"actualEndTime": 0,
"actualOrderCreateTime": 0,
"actualSignInAddress": "",
"actualSignOutAddress": "",
"tenantsId": 0,
"userId": 0
}
]
}