- 포인트 행 클릭 → 적립/차감 내역 모달(사유·일시·증감) - authApi.pointHistory(), 사유 라벨(BOARD_WRITE=게시판 작성) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user