curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/dangerCheckInspectionTask/app/material/?materialName' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": [
{
"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
}
]
}
]
}