feat: 마이페이지 - 포인트 추가

This commit is contained in:
2025-04-23 18:26:47 +09:00
parent ca704f38b9
commit 3940282ed8
2 changed files with 9 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ data class MyPageResponse(
val profileUrl: String,
val chargeCan: Int,
val rewardCan: Int,
val point: Int,
val youtubeUrl: String?,
val instagramUrl: String?,
val websiteUrl: String? = null,