From 595b65e455e1b07274f7c646f3ca7b385d496aed Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Wed, 1 Mar 2023 22:22:37 +0800 Subject: [PATCH] update --- internal/logic/domain/message/service/app_push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/logic/domain/message/service/app_push.go b/internal/logic/domain/message/service/app_push.go index 54ee46b..783ea22 100644 --- a/internal/logic/domain/message/service/app_push.go +++ b/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, }