文档
测试

通用早知道列表

POST
http://localhost:3000/api/web/notice/getNoticeList

请求参数

参数名
类型
描述
必填
pageSize
string
必填
page
string
必填

说明 / 示例

成功返回: ```json { "code": 200, "msg": "通知早知道查询成功!", "data": { "list": [ { "id": 2, "title": "123", "content": "324", "createDate": "2021-04-23" }, { "id": 3, "title": "notice11", "content": "notice11", "createDate": "2021-04-23" }, { "id": 4, "title": "notice111", "content": "notice111", "createDate": "2021-04-23" } ] }, "total": 3, "totalPage": 1 } ```