curl --location --request GET 'http://192.168.20.159:8080/system/notice/' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '{
"code": 0,
"msg": "string",
"data": {
"noticeId": 922337203685477600,
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string",
"remark": "string",
"createBy": 922337203685477600,
"createByName": "string",
"createTime": "2019-08-24T14:15:22.123Z"
}
}