fix: 🐛 后端API已经修改为/my

This commit is contained in:
tangheng
2025-12-16 14:45:50 +08:00
parent 0aff320a18
commit 60c39b1cce
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ const NoticeAPI = {
/** 获取我的通知分页列表 */
getMyNoticePage(queryParams?: NoticePageQuery) {
return request<any, PageResult<NoticePageVO[]>>({
url: `${NOTICE_BASE_URL}/my-page`,
url: `${NOTICE_BASE_URL}/my`,
method: "get",
params: queryParams,
});