{
"auditOpinion": "string",
"auditStatus": 0,
"auditor": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"id": 0,
"params": {},
"remark": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0,
"userType": 0
}
curl --location --request PUT '/api/backend/Audit/audit' \
--header 'Content-Type: application/json' \
--data-raw '{
"auditOpinion": "string",
"auditStatus": 0,
"auditor": "string",
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"errMsg": "string",
"id": 0,
"params": {},
"remark": "string",
"toCreateTime": "2019-08-24T14:15:22Z",
"toUpdateTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"userId": 0,
"userType": 0
}'
{
"property1": {},
"property2": {}
}