{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"faultId": "string",
"faultStatus": "string",
"filePath": "string",
"fileSize": "string",
"fileType": "string",
"fileUrl": "string",
"id": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'http://10.219.87.224:8080/veivo-boot/repair/repairFaultFile/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"faultId": "string",
"faultStatus": "string",
"filePath": "string",
"fileSize": "string",
"fileType": "string",
"fileUrl": "string",
"id": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"message": "string",
"result": {},
"success": true,
"timestamp": 0
}