주문목록 - 크리에이터 닉네임 추가 #29
|
@ -42,6 +42,7 @@ class FcmSendListener(
|
|||
@Transactional(propagation = Propagation.REQUIRES_NEW)
|
||||
fun send(fcmEvent: FcmEvent) {
|
||||
logger.info("발송타입 - ${fcmEvent.type}")
|
||||
logger.info("os - ${fcmEvent.container}")
|
||||
|
||||
when (fcmEvent.type) {
|
||||
FcmEventType.ALL -> {
|
||||
|
@ -127,6 +128,7 @@ class FcmSendListener(
|
|||
)
|
||||
|
||||
for (tokens in pushTokens) {
|
||||
logger.info("토큰 - $tokens")
|
||||
pushService.send(
|
||||
tokens = tokens,
|
||||
title = fcmEvent.title,
|
||||
|
|
Loading…
Reference in New Issue