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