文档
测试

查看所有公告

GET
localhost:80/announcement/list

响应

``` { "success": true, "code": 200, "message": "成功", "data": { "page": { "totalCount": 0, "pageSize": 10, "totalPage": 0, "currPage": 1, "list": [ { "id": 1, "title": "第一条", "content": "第一条通知" }, { "id": 2, "title": "第二条", "content": "第二条通知" }, { "id": 3, "title": "第三条", "content": "第三条通知" }, { "id": 4, "title": "第四条", "content": "第四条通知" } ] } } } ```