{
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"statusFlag": "string",
"remark": "string",
"noticeId": 0
}
curl --location --request PUT 'https://m1.apifoxmock.com/m1/1551143-0-default/system/notice' \
--header 'Authorization;' \
--header 'Referer;' \
--header 'User-Agent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"statusFlag": "string",
"remark": "string",
"noticeId": 0
}'
{"code":200,"msg":"成功"}