fix: 通知公告和字典重构问题修复

This commit is contained in:
ray
2024-10-08 00:40:01 +08:00
parent 3fadc0bb96
commit 2f01e054a4
13 changed files with 58 additions and 25 deletions

View File

@@ -120,7 +120,7 @@ public class NoticeController {
}
@Operation(summary = "获取我的通知公告分页列表")
@GetMapping("/my/page")
@GetMapping("/my-page")
public PageResult<UserNoticePageVO> getMyNoticePage(
NoticePageQuery queryParams
) {