fix: 포인트 내역 리스트

- 유저의 포인트 보상내역, 사용내역 API 추가
This commit is contained in:
2025-05-19 21:38:24 +09:00
parent 56542a7bf1
commit d6db862c9d
7 changed files with 172 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
package kr.co.vividnext.sodalive.point
data class GetPointStatusResponse(val point: Int)