feat: 계정정보 포인트 클릭 시 적립내역 모달
CI / build (push) Failing after 13m30s

- 포인트 행 클릭 → 적립/차감 내역 모달(사유·일시·증감)
- authApi.pointHistory(), 사유 라벨(BOARD_WRITE=게시판 작성)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-28 14:44:59 +09:00
parent 7e096d5e7b
commit 56d2ad6a8a
2 changed files with 161 additions and 3 deletions
+4
View File
@@ -43,6 +43,10 @@ export const authApi = {
points() {
return http.get('/auth/points')
},
// 포인트 적립/차감 내역 (최신순)
pointHistory() {
return http.get('/auth/point-history')
},
// 현재 사용자 전체 프로필(아바타·포인트 포함) — 재로그인 없이 최신값 동기화
profile() {
return http.get('/auth/profile')