라이브 후원

- 비밀 후원 추가
This commit is contained in:
2024-08-23 15:10:34 +09:00
parent 6dd2a3136f
commit e373e6ab0f
4 changed files with 11 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ class CanPaymentService(
memberId: Long,
needCan: Int,
canUsage: CanUsage,
isSecret: Boolean = false,
liveRoom: LiveRoom? = null,
order: Order? = null,
audioContent: AudioContent? = null,
@@ -65,7 +66,8 @@ class CanPaymentService(
val useCan = UseCan(
canUsage = canUsage,
can = useChargeCan?.total ?: 0,
rewardCan = useRewardCan.total
rewardCan = useRewardCan.total,
isSecret = isSecret
)
var recipientId: Long? = null