콘텐츠 메인 - 인기 콘텐츠 영역 추가
This commit is contained in:
@@ -14,6 +14,24 @@ struct GetAudioContentMainResponse: Decodable {
|
||||
let themeList: [String]
|
||||
let newContentList: [GetAudioContentMainItem]
|
||||
let curationList: [GetAudioContentCurationResponse]
|
||||
let contentRanking: GetAudioContentRanking
|
||||
}
|
||||
|
||||
struct GetAudioContentRanking: Decodable {
|
||||
let startDate: String
|
||||
let endDate: String
|
||||
let items: [GetAudioContentRankingItem]
|
||||
}
|
||||
|
||||
struct GetAudioContentRankingItem: Decodable {
|
||||
let contentId: Int
|
||||
let title: String
|
||||
let coverImageUrl: String
|
||||
let themeStr: String
|
||||
let price: Int
|
||||
let duration: String
|
||||
let creatorId: Int
|
||||
let creatorNickname: String
|
||||
}
|
||||
|
||||
struct GetNewContentUploadCreator: Decodable {
|
||||
|
||||
Reference in New Issue
Block a user