From 2a014f8d1a89c077e78339172d90e562708aac6b Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Tue, 29 Nov 2022 11:01:25 +0800 Subject: [PATCH] update --- internal/logic/domain/message/service/app_push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/domain/message/service/app_push.go b/internal/logic/domain/message/service/app_push.go index e10c37e..b42cc04 100644 --- a/internal/logic/domain/message/service/app_push.go +++ b/internal/logic/domain/message/service/app_push.go @@ -35,7 +35,7 @@ func CommAddPush(args md3.PushParams) { zap.String("times", args.Times), ) pushPlatform := db.DbSysCfg.SysCfgFindWithDb(args.MasterId, "app_push_platform")["app_push_platform"] - if pushPlatform == "jg" { //极光 + if pushPlatform == "JgPush" { //极光 args.Content = getChangeContent(args, args.Content) JgPush(args) return