{
"id": 0,
"taskTitie": "string",
"emergencyDegree": "string",
"areaId": 0,
"direction": "string",
"botanyId": "string",
"period": "string",
"number": 0,
"beginTime": "string",
"endTime": "string",
"curingType": "string",
"remark": "string",
"pushUser": "string",
"executeUser": "string",
"taskStatus": "string",
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"province": "string",
"year": 0,
"place": 0,
"executeUserName": "string",
"pushUserName": "string"
}
curl --location --request PUT 'https://www.nmgjgsw.cn//maintainTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"taskTitie": "string",
"emergencyDegree": "string",
"areaId": 0,
"direction": "string",
"botanyId": "string",
"period": "string",
"number": 0,
"beginTime": "string",
"endTime": "string",
"curingType": "string",
"remark": "string",
"pushUser": "string",
"executeUser": "string",
"taskStatus": "string",
"createUserId": 0,
"createUserName": "string",
"updateUserId": 0,
"updateUserName": "string",
"province": "string",
"year": 0,
"place": 0,
"executeUserName": "string",
"pushUserName": "string"
}'
{
"success": false,
"data": {},
"message": "",
"code": 0
}