Browse Source

update

master
DengBiao 1 year ago
parent
commit
595b65e455
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

@@ -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…
Cancel
Save