구매목록 - 콘텐츠 크리에이터 표시

This commit is contained in:
Yu Sung
2023-09-04 23:10:34 +09:00
parent 05f5a4fe82
commit 707b6f804c
3 changed files with 10 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ struct GetAudioContentOrderListResponse: Decodable {
struct GetAudioContentOrderListItem: Decodable {
let contentId: Int
let coverImageUrl: String
let creatorNickname: String
let title: String
let themeStr: String
let duration: String?