diff --git a/notification/src/main/java/com/remax/notification/check/NotificationCheckController.kt b/notification/src/main/java/com/remax/notification/check/NotificationCheckController.kt index 8545266..4353af8 100644 --- a/notification/src/main/java/com/remax/notification/check/NotificationCheckController.kt +++ b/notification/src/main/java/com/remax/notification/check/NotificationCheckController.kt @@ -46,8 +46,8 @@ class NotificationCheckController private constructor() { * 通知类型枚举 */ enum class NotificationType(val string: String) { - UNLOCK("local_push"), // 解锁通知 - BACKGROUND("local_push"), // app后台 - for withdraw + UNLOCK("unlock"), // 解锁通知 + BACKGROUND("bg"), // app后台 - for withdraw FIXTIMEPOINT("fix_time_point_push"), // 每日固定时间点 "9:10""12:10""13:10""19:10""21:00""22:30""23:30" APPINSTALL("app_install"), CHARGE("charge"),