콘텐츠 등록

- 한정판 등록 기능 추가
This commit is contained in:
Yu Sung
2024-06-07 14:51:24 +09:00
parent 5fc0f1789a
commit 9533e97f89
3 changed files with 80 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ struct CreateAudioContentRequest: Encodable {
let detail: String
let tags: String
let price: Int
let limited: Int?
let releaseDate: String?
let timezone: String
let themeId: Int