curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/dangerCheckInspectionTask/app/page?current=&size=&keyword=&pageAble=&orderBy=&preId=&asc=&exportFields=&name=&taskType=&startDate=&endDate=&repetitionTypes=&status=&schemeType=&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,
"name": "string",
"repetitionType": "不重复",
"repetitionInterval": 0,
"needCheckTotal": 0,
"finishCheckTotal": 0,
"taskType": "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",
"status": "未开始"
}
],
"pages": 0
}
}