fix: 앱 실행시 처음 실행하는 유저 정보 조회
- point를 가져와서 UserDefaults에 저장
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user