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

This commit is contained in:
Yu Sung
2025-04-23 22:03:08 +09:00
parent 47265363dd
commit 39632b3e4c
7 changed files with 43 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ struct MyPageResponse: Decodable {
let profileUrl: String
let chargeCan: Int
let rewardCan: Int
let point: Int
let youtubeUrl: String?
let instagramUrl: String?
let websiteUrl: String?