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

- point를 가져와서 SharedPreferences에 저장
This commit is contained in:
2025-05-20 18:03:28 +09:00
parent 23494d0936
commit 5dbf9bd987
4 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import com.google.gson.annotations.SerializedName
@Keep
data class GetMemberInfoResponse(
@SerializedName("can") val can: Int,
@SerializedName("point") val point: Int,
@SerializedName("isAuth") val isAuth: Boolean,
@SerializedName("gender") val gender: String?,
@SerializedName("signupDate") val signupDate: String,