콘텐츠 리스트 - 가격, 시간 추가
This commit is contained in:
@@ -59,7 +59,9 @@ struct ContentMainItemView_Previews: PreviewProvider {
|
||||
title: "ㅓ처랴햐햫햐햐",
|
||||
creatorId: 8,
|
||||
creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
|
||||
creatorNickname: "유저2"
|
||||
creatorNickname: "유저2",
|
||||
price: 10,
|
||||
duration: "00:00:30"
|
||||
)
|
||||
)
|
||||
}
|
||||
|
@@ -48,6 +48,8 @@ struct GetAudioContentMainItem: Decodable {
|
||||
let creatorId: Int
|
||||
let creatorProfileImageUrl: String
|
||||
let creatorNickname: String
|
||||
let price: Int
|
||||
let duration: String
|
||||
}
|
||||
|
||||
struct GetAudioContentCurationResponse: Decodable {
|
||||
|
Reference in New Issue
Block a user