{
"name": "智慧园区建设项目",
"parkId": 1,
"industryCategoryId": 1,
"investment": 1000000,
"dueDate": "string",
"responsiblePerson": "李经理",
"contactWay": "1312323213213",
"completeRate": "70%",
"isKey": 1,
"status": 1
}curl --location --request PUT '172.22.72.236:9090/projects/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "智慧园区建设项目",
"parkId": 1,
"industryCategoryId": 1,
"investment": 1000000,
"dueDate": "string",
"responsiblePerson": "李经理",
"contactWay": "1312323213213",
"completeRate": "70%",
"isKey": 1,
"status": 1
}'{
"code": 0,
"msg": "",
"data": ""
}