curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/dangerCheckInspectionTask/pc/page?current=&size=&keyword=&pageAble=&orderBy=&preId=&asc=&exportFields=&id=&name=&taskType=&taskTypes=&planStartTime=&planEndTime=&status=&batchStatus=&realStart=&realEnd=&deptId=&deptIdList=&repetitionType=&repetitionInterval=&dangerousSourceName=&result=&results=&signType=&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,
"dangerCheckSchemeId": 0,
"name": "string",
"deptId": 0,
"deptName": "string",
"repetitionType": "不重复",
"repetitionInterval": 0,
"taskType": "string",
"taskTypeStr": "string",
"planStartTime": "2019-08-24T14:15:22.123Z",
"planEndTime": "2019-08-24T14:15:22.123Z",
"beforeTime": "2019-08-24T14:15:22.123Z",
"afterTime": "2019-08-24T14:15:22.123Z",
"planDuration": 0,
"status": "未开始",
"statusStr": "string",
"realStartTime": "2019-08-24T14:15:22.123Z",
"realEndTime": "2019-08-24T14:15:22.123Z",
"realDuration": 0,
"needCheckTotal": 0,
"finishCheckTotal": 0,
"frozenCheckTotal": 0,
"result": "正常",
"resultValue": "string",
"signType": "string",
"realDate": "2019-08-24"
}
],
"pages": 0
}
}