홈 알림 unread 뱃지 처리

This commit is contained in:
focp212@naver.com
2025-10-27 12:45:18 +09:00
parent 9be67b403e
commit 77d6136901
5 changed files with 71 additions and 7 deletions

View File

@@ -21,4 +21,8 @@ export const API_URL_ALARM = {
// POST: 가맹점관리자 앱 알림 동의/미동의 저장 API
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/app/alarm/consent`;
},
appAlarmUnreadCount: () => {
// POST: 안읽은 앱 알림 갯수 조회
return `${API_BASE_URL}/api/v1/${API_URL_KEY}/app/alarm/unread-count`;
}
};