test #94
|
@ -81,7 +81,7 @@ class ChargeEventService(
|
|||
title = chargeEvent.title,
|
||||
message = "$additionalCan 캔이 추가 지급되었습니다.",
|
||||
recipients = listOf(member.id!!),
|
||||
isAuth = false
|
||||
isAuth = null
|
||||
)
|
||||
)
|
||||
}
|
||||
|
@ -103,7 +103,7 @@ class ChargeEventService(
|
|||
title = "첫 충전 이벤트",
|
||||
message = "$additionalCan 캔이 추가 지급되었습니다.",
|
||||
recipients = listOf(member.id!!),
|
||||
isAuth = false
|
||||
isAuth = null
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
|
@ -78,7 +78,7 @@ class AdsChargeService(
|
|||
title = "제휴보상",
|
||||
message = "${adsCharge.point.toInt()} 캔이 지급되었습니다.",
|
||||
recipients = listOf(member.id!!),
|
||||
isAuth = false
|
||||
isAuth = null
|
||||
)
|
||||
)
|
||||
}
|
||||
|
|
|
@ -341,7 +341,7 @@ class AudioContentService(
|
|||
title = "콘텐츠 등록완료",
|
||||
message = audioContent.title,
|
||||
recipients = listOf(audioContent.member!!.id!!),
|
||||
isAuth = audioContent.isAdult,
|
||||
isAuth = null,
|
||||
contentId = contentId
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue