curl --location --request GET 'http://localhost:8027/system/message/configPageList' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"businessCode": "string",
"noticeTitle": "string",
"noticeWayList": "string",
"noticeUserList": "string",
"noticeTemplate": "string",
"advanceNoticeFlag": "string",
"advanceNoticeDays": 0,
"remark": "string",
"state": "string",
"createUser": "string",
"updateUser": "string",
"businessName": "string",
"crowdList": [
{
"id": 0,
"messageConfigId": 0,
"type": "string",
"value": "string"
}
]
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}