DengBiao пре 1 година
родитељ
комит
595b65e455
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      internal/logic/domain/message/service/app_push.go

+ 1
- 1
internal/logic/domain/message/service/app_push.go Прегледај датотеку

@@ -74,7 +74,7 @@ func JgPush(args md3.PushParams) {
Platform: "all",
Audience: aud,
Title: args.Title,
Content: strings.Replace(args.Content, "\\n\\u0006", "", -1),
Content: strings.Replace(args.Content, "\n\u0006", "", -1),
Extras: extras,
Intent: intent,
}


Loading…
Откажи
Сачувај