콘텐츠 리스트 - 가격, 시간 추가

This commit is contained in:
Yu Sung
2024-02-14 16:11:06 +09:00
parent 7d0c472885
commit 20cce36c16
3 changed files with 53 additions and 6 deletions

View File

@@ -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"
)
)
}

View File

@@ -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 {