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