feat: 콘텐츠 메인 - 새로운 콘텐츠, 큐레이션, 채널별 인기 콘텐츠, 시리즈 상세, 크리에이터 채널 콘텐츠 리스트
- 포인트 사용 가능 여부 표시
This commit is contained in:
@@ -33,6 +33,7 @@ struct GetAudioContentRankingItem: Decodable {
|
||||
let duration: String
|
||||
let creatorId: Int
|
||||
let creatorNickname: String
|
||||
let isPointAvailable: Bool
|
||||
let creatorProfileImageUrl: String
|
||||
}
|
||||
|
||||
@@ -51,6 +52,7 @@ struct GetAudioContentMainItem: Decodable {
|
||||
let creatorNickname: String
|
||||
let price: Int
|
||||
let duration: String
|
||||
let isPointAvailable: Bool
|
||||
}
|
||||
|
||||
struct GetAudioContentCurationResponse: Decodable {
|
||||
|
||||
Reference in New Issue
Block a user