{
"current": 0,
"size": 0,
"keyword": "string",
"pageAble": true,
"orderBy": "string",
"preId": 0,
"asc": true,
"exportFields": [
"string"
],
"id": 0,
"workTicketId": 0,
"source": "作业检查",
"sourceId": 0,
"userIds": "string",
"content": "string",
"infractionTime": "2019-08-24T14:15:22.123Z",
"businessContent": "string",
"infractionStartTime": "2019-08-24T14:15:22.123Z",
"infractionEndTime": "2019-08-24T14:15:22.123Z",
"workTicketType": "DONG_HUO",
"workTicketRealStartTime": "2019-08-24T14:15:22.123Z",
"workTicketRealEndTime": "2019-08-24T14:15:22.123Z",
"limitNum": 0,
"orderItem": [
{}
]
}curl --location --request PUT 'http://192.168.1.155:9000/special-work-service/workInfraction' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"size": 0,
"keyword": "string",
"pageAble": true,
"orderBy": "string",
"preId": 0,
"asc": true,
"exportFields": [
"string"
],
"id": 0,
"workTicketId": 0,
"source": "作业检查",
"sourceId": 0,
"userIds": "string",
"content": "string",
"infractionTime": "2019-08-24T14:15:22.123Z",
"businessContent": "string",
"infractionStartTime": "2019-08-24T14:15:22.123Z",
"infractionEndTime": "2019-08-24T14:15:22.123Z",
"workTicketType": "DONG_HUO",
"workTicketRealStartTime": "2019-08-24T14:15:22.123Z",
"workTicketRealEndTime": "2019-08-24T14:15:22.123Z",
"limitNum": 0,
"orderItem": [
{}
]
}'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"workTicketId": 0,
"workTicketCode": "string",
"source": "作业检查",
"sourceId": 0,
"userIds": "string",
"userNames": "string",
"content": "string",
"infractionTime": "2019-08-24T14:15:22.123Z",
"businessContent": "string",
"workTicketType": "DONG_HUO",
"workTicketRealStartTime": "2019-08-24T14:15:22.123Z",
"workTicketRealEndTime": "2019-08-24T14:15:22.123Z",
"workTicketTypeName": "string"
}
}