wip: 🚧 通知公告临时提交
通知公告临时提交
This commit is contained in:
@@ -132,6 +132,14 @@ class NoticeAPI {
|
||||
method: "PATCH",
|
||||
});
|
||||
}
|
||||
|
||||
static getMyNoticePage(queryParams?: NoticePageQuery) {
|
||||
return request<any, PageResult<NoticePageVO[]>>({
|
||||
url: `${NOTICE_BASE_URL}/my/page`,
|
||||
method: "get",
|
||||
params: queryParams,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
export default NoticeAPI;
|
||||
|
||||
Reference in New Issue
Block a user