{
"id": 36867773292347392,
"title": "公告",
"text": "这是一则公告"
}
curl --location --request POST 'http://47.92.1.39:8005/api/article/updateAnnouncement' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 36867773292347392,
"title": "公告",
"text": "这是一则公告"
}'
{}