From ca96eb6477c35a96f74382850daa93ead30835d2 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期二, 25 一月 2022 14:34:57 +0800 Subject: [PATCH] update: TODO#134659 通知 - 全部已讀 api 串接 --- PAMapp/shared/services/reviews.service.ts | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/PAMapp/shared/services/reviews.service.ts b/PAMapp/shared/services/reviews.service.ts index 4bd81df..a4dcbb4 100644 --- a/PAMapp/shared/services/reviews.service.ts +++ b/PAMapp/shared/services/reviews.service.ts @@ -30,6 +30,11 @@ getMyPersonalNotification(): Promise<NotificationList[]> { return http.get('/personal_notification/getMyPersonalNotification').then(res => res.data); } + + // ������������閮剖�撌脰� + readAllMyNotification() { + return http.post('/personal_notification/readAllMyNotification') + } } export default new ReviewsService(); -- Gitblit v1.8.0