{
"id": 0,
"title": "string",
"period": "string",
"plantClassify": "string",
"source": "string",
"content": "string",
"botanyName": "string",
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"place": 0
}
curl --location --request PUT 'https://www.nmgjgsw.cn//diseasesRepository' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"title": "string",
"period": "string",
"plantClassify": "string",
"source": "string",
"content": "string",
"botanyName": "string",
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"place": 0
}'
{
"success": false,
"data": {},
"message": "",
"code": 0
}