refactor: 优化通知公告的接口路径
This commit is contained in:
@@ -119,7 +119,7 @@ public class NoticeController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Operation(summary = "获取我的通知公告分页列表")
|
@Operation(summary = "获取我的通知公告分页列表")
|
||||||
@GetMapping("/my-page")
|
@GetMapping("/my")
|
||||||
public PageResult<UserNoticePageVO> getMyNoticePage(
|
public PageResult<UserNoticePageVO> getMyNoticePage(
|
||||||
NoticePageQuery queryParams
|
NoticePageQuery queryParams
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user