curl --location --request GET 'http://192.168.1.155:9000/special-work-service/workInfraction/pageList?id=&workTicketId=&source=&userIds=&content=&infractionTime=' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"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"
}
],
"total": 0,
"pages": 0
}
}