Authorization: Bearer ********************
curl --location --request GET 'https://www.mengzhikeji.cn/prod-api/system/notice/list?noticeTitle='
{
"total": 0,
"rows": [
{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"noticeId": 0,
"noticeTitle": "string",
"noticeType": "string",
"noticeContent": "string",
"status": "string",
"remark": "string"
}
],
"code": 0,
"msg": "string"
}