curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/dangerCheckInspectionTask/app/pointTask?current=&size=&keyword=&pageAble=&orderBy=&preId=&asc=&exportFields=&taskId=&inspectionPointId=&repetitionType=&taskType=&schemeName=&startTime=&endTime=&limitNum=&orderItem=' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"total": 0,
"records": [
{
"id": 0,
"dangerCheckTaskId": 0,
"dangerCheckSchemeInspectionPointId": 0,
"inspectionPointId": 0,
"inspectionPointName": "string",
"needCheckTotal": 0,
"finishCheckTotal": 0,
"process": "string",
"sign": true,
"signStr": "string",
"signTime": "2019-08-24T14:15:22.123Z",
"signType": "string",
"signUserId": 0,
"signUserName": "string",
"status": "string",
"statusStr": "string",
"realStartTime": "2019-08-24T14:15:22.123Z",
"realEndTime": "2019-08-24T14:15:22.123Z",
"result": "正常",
"resultValue": "string",
"existBindingElectronRail": true,
"nfcCode": "string",
"materialList": [
{
"id": 0,
"dangerCheckTaskId": 0,
"inspectionPointId": 0,
"materialName": "string",
"finish": true,
"dangerCheckTaskInspectionPointId": 0,
"itemList": [
{
"id": 0,
"dangerCheckSchemeName": "string",
"deptName": "string",
"inspectionPointName": "string",
"dangerCheckTaskId": 0,
"dangerCheckTaskInspectionPointId": 0,
"dangerCheckTaskInspectionMaterialId": 0,
"inspectionPointMaterialItemId": 0,
"materialName": "string",
"description": "string",
"content": "string",
"needPhoto": true,
"sceneDate": true,
"sceneDateType": "string",
"troubleshootContent": "string",
"source": "string",
"photo": "string",
"finish": true,
"result": "正常",
"resultValue": "string",
"finishTime": "2019-08-24T14:15:22.123Z",
"finishUserId": 0,
"data": "string",
"finishUserName": "string",
"inspectionPointId": 0
}
]
}
],
"seq": 0
}
],
"pages": 0
}
}