Browse Source

update

master
DengBiao 2 years ago
parent
commit
2a014f8d1a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/logic/domain/message/service/app_push.go

+ 1
- 1
internal/logic/domain/message/service/app_push.go View File

@@ -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


Loading…
Cancel
Save