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