{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"noticeId": 0,
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string",
"showStartTime": "string",
"showEndTime": "string",
"showSpeed": "string",
"displayForm": 0,
"noticeOrder": 0
}
curl --location --request POST 'http://localhost:8080/system/notice/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"noticeId": 0,
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string",
"showStartTime": "string",
"showEndTime": "string",
"showSpeed": "string",
"displayForm": 0,
"noticeOrder": 0
}'
{
"": {}
}