From 732fa618691856891435ae50db74ef961f9f2b82 Mon Sep 17 00:00:00 2001 From: renhaoting <370797079@qq.com> Date: Fri, 16 Jan 2026 16:01:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8E=A8=E9=80=81=E3=80=91=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E8=A7=A3=E9=94=81=E5=B1=8F=E5=B9=95=E6=97=B6=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=87=BA=E7=8E=B0=E6=8E=A8=E9=80=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../remax/notification/check/NotificationCheckController.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"),