fix: 앱 실행시 처음 실행하는 유저 정보 조회

- point를 가져와서 UserDefaults에 저장
This commit is contained in:
Yu Sung
2025-05-20 18:02:51 +09:00
parent ba7630c986
commit ec8b866c3e
4 changed files with 4 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ enum MemberRole: String, Decodable {
struct GetMemberInfoResponse: Decodable {
let can: Int
let point: Int
let isAuth: Bool
let gender: String?
let signupDate: String