refactor: 优化通知公告的接口路径

This commit is contained in:
Ray.Hao
2025-11-29 20:40:50 +08:00
parent c2c0212238
commit 6e8769ccb7

View File

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