test #9

Merged
klaus merged 6 commits from test into main 2023-08-20 19:22:23 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 40bdd5ba1c - Show all commits

View File

@ -51,6 +51,7 @@ class FcmService {
} }
val response = FirebaseMessaging.getInstance().sendEachForMulticast(multicastMessage.build()) val response = FirebaseMessaging.getInstance().sendEachForMulticast(multicastMessage.build())
logger.info("os: $container")
logger.info("보내기 성공: ${response.successCount}") logger.info("보내기 성공: ${response.successCount}")
logger.info("보내기 실패: ${response.failureCount}") logger.info("보내기 실패: ${response.failureCount}")
} }