{
"body": {
"pagingParam": {
"start": 0,
"length": 0
},
"workOrderIds": [""],
"workOrderNums": [""],
"procedureIds": [""],
"procedureCodes": [""],
"machineIds": [""],
"machineCodes": [""],
"jobBookStatuses": [""],
"startTime": "string",
"endTime": "string"
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v2/worpActivityTaskTime/page' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"pagingParam": {
"start": 0,
"length": 0
},
"workOrderIds": [""],
"workOrderNums": [""],
"procedureIds": [""],
"procedureCodes": [""],
"machineIds": [""],
"machineCodes": [""],
"jobBookStatuses": [""],
"startTime": "string",
"endTime": "string"
}
}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"id": 0,
"workOrderId": 0,
"workOrderNumber": "",
"workOrderProcedureId": 0,
"worpActivityId": 0,
"worpTaskExecutionOrderId": 0,
"procedureId": 0,
"procedureName": "",
"procedureCode": "",
"jobBookingRecordId": 0,
"machineId": 0,
"machineName": "",
"machineCode": "",
"isTime": "",
"staffId": 0,
"startTime": "",
"endTime": "",
"procedureTimeType": "",
"jobBookStatus": "",
"notifyCount": 0,
"batchId": 0
}
],
"start": 0,
"length": 0,
"recordsTotal": 0
}
}