콘텐츠 업로드

- 기본 타임존 설정 추가 (Asia/Seoul)
This commit is contained in:
Klaus 2024-01-11 12:40:57 +09:00
parent afe529a116
commit abd1626997
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ data class CreateAudioContentRequest(
val detail: String,
val tags: String,
val price: Int,
val timezone: String,
val timezone: String = "Asia/Seoul",
val releaseDate: String? = null,
val themeId: Long = 0,
val isAdult: Boolean = false,