curl --location --request GET '/system/notice/'
{
"code": 0,
"msg": "string",
"data": {
"noticeId": 0,
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string",
"remark": "string",
"createBy": 0,
"createByName": "string",
"createTime": "2019-08-24T14:15:22Z"
}
}