fix(home): 홈 추천 포인트 응답 필드명을 고정한다
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package kr.co.vividnext.sodalive.v2.api.home.dto
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonProperty
|
||||
import java.time.LocalDateTime
|
||||
import java.time.ZoneOffset
|
||||
|
||||
@@ -67,6 +68,7 @@ data class HomeFirstAudioContentItem(
|
||||
val title: String,
|
||||
val coverImage: String?,
|
||||
val releaseDate: String,
|
||||
@JsonProperty("isPointAvailable")
|
||||
val isPointAvailable: Boolean
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user