【推送】用户解锁屏幕时没有出现推送信息

This commit is contained in:
renhaoting 2026-01-16 16:01:31 +08:00
parent 324d9fcdcf
commit 732fa61869
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ class NotificationCheckController private constructor() {
* 通知类型枚举 * 通知类型枚举
*/ */
enum class NotificationType(val string: String) { enum class NotificationType(val string: String) {
UNLOCK("local_push"), // 解锁通知 UNLOCK("unlock"), // 解锁通知
BACKGROUND("local_push"), // app后台 - for withdraw BACKGROUND("bg"), // app后台 - for withdraw
FIXTIMEPOINT("fix_time_point_push"), // 每日固定时间点 "9:10""12:10""13:10""19:10""21:00""22:30""23:30" FIXTIMEPOINT("fix_time_point_push"), // 每日固定时间点 "9:10""12:10""13:10""19:10""21:00""22:30""23:30"
APPINSTALL("app_install"), APPINSTALL("app_install"),
CHARGE("charge"), CHARGE("charge"),