Authorization: Bearer ********************
[
{
"id": 0,
"engineeringId": 0,
"hazardName": "string",
"hazardCategory": "string",
"hazardEntity": "string",
"hazardLocation": "string",
"statusDescription": "string",
"riskAccident": "string",
"riskLevel": "string",
"evaluateMethod": "string",
"Lvalue": 0,
"Rvalue": 0,
"Evalue": 0,
"Svalue": 0
}
]
curl --location --request POST 'http://10.12.186.133:30924/safety/safety/safety/hazard/filesave' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 0,
"engineeringId": 0,
"hazardName": "string",
"hazardCategory": "string",
"hazardEntity": "string",
"hazardLocation": "string",
"statusDescription": "string",
"riskAccident": "string",
"riskLevel": "string",
"evaluateMethod": "string",
"Lvalue": 0,
"Rvalue": 0,
"Evalue": 0,
"Svalue": 0
}
]'
{
"code": 0,
"msg": "",
"data": {},
"ok": false
}