ソースを参照

update

master
DengBiao 2年前
コミット
2a014f8d1a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      internal/logic/domain/message/service/app_push.go

+ 1
- 1
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


読み込み中…
キャンセル
保存