curl --location --request GET 'http://localhost:8080/system/notice/' \
--header 'Authorization;'
{
"code": 0,
"status": true,
"msg": "string",
"data": {
"sort": 0,
"createdTime": "2019-08-24T14:15:22Z",
"remark": "string",
"status": 0,
"tenantId": "string",
"revision": 0,
"id": "string",
"title": "string",
"content": "string",
"type": 0
},
"isSecurity": true
}