유저 정보 조회
- 성별, 가입일, 충전횟수 추가
This commit is contained in:
@@ -5,6 +5,9 @@ import kr.co.vividnext.sodalive.member.MemberRole
|
||||
data class GetMemberInfoResponse(
|
||||
val can: Int,
|
||||
val isAuth: Boolean,
|
||||
val gender: String?,
|
||||
val signupDate: String,
|
||||
val chargeCount: Int,
|
||||
val role: MemberRole,
|
||||
val messageNotice: Boolean?,
|
||||
val followingChannelLiveNotice: Boolean?,
|
||||
|
Reference in New Issue
Block a user