{
"title": "string",
"content": "string",
"file": "string"
}
curl --location --request PUT 'http://127.0.0.1:8080/api/notices/' \
--header 'Authorization: token' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"content": "string",
"file": "string"
}'
{
"code": "200",
"data": {},
"msg": "修改成功"
}