콘텐츠 상세
- 구매옵션(모두, 소장만, 대여만) 추가
This commit is contained in:
@@ -588,6 +588,7 @@ class AudioContentService(
|
||||
isMosaic = audioContent.isAdult && member.auth == null,
|
||||
isOnlyRental = audioContent.isOnlyRental,
|
||||
existOrdered = isExistsAudioContent,
|
||||
purchaseOption = audioContent.purchaseOption,
|
||||
orderType = orderType,
|
||||
remainingTime = remainingTime,
|
||||
creatorOtherContentList = creatorOtherContentList,
|
||||
|
@@ -23,6 +23,7 @@ data class GetAudioContentDetailResponse(
|
||||
val isMosaic: Boolean,
|
||||
val isOnlyRental: Boolean,
|
||||
val existOrdered: Boolean,
|
||||
val purchaseOption: PurchaseOption,
|
||||
val orderType: OrderType?,
|
||||
val remainingTime: String?,
|
||||
val creatorOtherContentList: List<OtherContentResponse>,
|
||||
|
Reference in New Issue
Block a user