{
"id": 0,
"vegetationName": "string",
"environment": "string",
"season": "string",
"file": "string",
"law": "string",
"stage": "string",
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"place": 0
}
curl --location --request POST 'https://www.nmgjgsw.cn//irrigateRepository' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"vegetationName": "string",
"environment": "string",
"season": "string",
"file": "string",
"law": "string",
"stage": "string",
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"place": 0
}'
{
"success": false,
"data": {},
"message": "",
"code": 0
}