curl --location -g --request GET 'http://{{ip}}:9000/dual-prevention-service/point/findByCode?code' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"name": "string",
"code": "string",
"address": "string",
"chargePerson": "string",
"chargePhone": "string",
"deptId": 0,
"deptName": "string",
"nfcCode": "string",
"pointList": [
{
"id": 0,
"materialName": "string",
"materialModel": "string",
"materialCategory": "string",
"materialCode": "string",
"materialId": 0,
"fireDeviceId": 0,
"inspectionPointId": 0,
"deptName": "string",
"type": "string",
"itemList": [
{
"id": 0,
"description": "string",
"content": "string",
"needPhoto": true,
"sceneDate": true,
"sceneDateType": "string",
"inspectionPointId": 0,
"inspectionMaterialId": 0
}
]
}
]
}
}