{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"id": 0,
"tenantsId": 0,
"orderNo": "string",
"workNo": "string"
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}
curl --location --request POST '/log/search' \
--header 'token: eyJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6IjE4MTE0OTI1MjA5IiwicGFzc3dvcmQiOiIzNTgyNTgzMTY3IiwiaWF0IjoxNzU0NDgwNzczLCJpc3MiOiJ0aWFueXUiLCJleHAiOjE3NTQ1NjcxNzN9.ApOu0PCRKwwmMan-Gy9JDbp0gmGYPZQ9Rt31JLidAlY' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"tenantsId": 0,
"tenantIds": [
0
],
"request": {
"id": 0,
"tenantsId": 0,
"orderNo": "string",
"workNo": "string"
},
"token": "string",
"loginUser": {},
"areaId": 0,
"pageNo": 0,
"pageSize": 0
}'
{
"code": "",
"success": false,
"message": "",
"dataMap": {
"": {}
},
"data": [
{
"id": 0,
"createTime": 0,
"tenantsId": 0,
"orderNo": "",
"workNo": "",
"orderSource": 0,
"orderStatus": 0,
"payType": 0,
"customerId": 0,
"servicePersonId": 0,
"operatorId": 0,
"operationLog": "",
"operationReason": "",
"workLogStatus": 0,
"orderAction": 0
}
],
"dataList": [
[
{
"id": 0,
"createTime": 0,
"tenantsId": 0,
"orderNo": "",
"workNo": "",
"orderSource": 0,
"orderStatus": 0,
"payType": 0,
"customerId": 0,
"servicePersonId": 0,
"operatorId": 0,
"operationLog": "",
"operationReason": "",
"workLogStatus": 0,
"orderAction": 0
}
]
],
"totalCount": 0
}