curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/dangerCheckInspectionScheme/pageList?id=&name=&deptId=&taskType=&startDate=&endDate=&workDayType=&repetitionType=&repetitionInterval=&hourExecuteType=&hourStartTime=&hourEndTime=&executeBeforeMinutes=&executeAfterMinutes=&needUploadPhoto=&needWriteData=&writeDataFormat=&signType=&needCheckBySequence=&riskUnitStatusStrategy=&faceType=&customFaceRiskUnitId=&generateInventory=&enable=&archive=&archiveTime=&participantMap=&riskUnitList=&dangerCheckSchemeIdList=' \
--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",
"deptId": 0,
"deptName": "string",
"taskType": "0",
"taskTypeName": "string",
"startDate": "2019-08-24",
"endDate": "2019-08-24",
"workDayType": "0",
"workDayTypeName": "string",
"repetitionType": "不重复",
"repetitionInterval": 0,
"hourExecuteType": "全天",
"hourStartTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"hourEndTime": {
"hour": 0,
"minute": 0,
"second": 0,
"nano": 0
},
"temporary": true,
"generateInventory": true,
"enable": true,
"archive": true,
"archiveTime": "2019-08-24T14:15:22.123Z",
"createdTime": "2019-08-24T14:15:22.123Z",
"updatedTime": "2019-08-24T14:15:22.123Z"
}
],
"pages": 0
}
}