{
"waiterId": 0,
"customerId": 0,
"waiterIdentifyNo": "string",
"serviceCount": 0,
"waiterServiceType": 0,
"tenantsId": 0,
"workType": 0,
"source": "string",
"statusList": [
0
],
"appointmentBeginTime": "string",
"appointmentEndTime": "string",
"actuallyBeginTime": "string",
"actuallyEndTime": "string"
}
curl --location --request POST '/oc/common/findNoSignInOrder' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"waiterId": 0,
"customerId": 0,
"waiterIdentifyNo": "string",
"serviceCount": 0,
"waiterServiceType": 0,
"tenantsId": 0,
"workType": 0,
"source": "string",
"statusList": [
0
],
"appointmentBeginTime": "string",
"appointmentEndTime": "string",
"actuallyBeginTime": "string",
"actuallyEndTime": "string"
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": [
""
],
"dataList": [
[
""
]
]
}