瀏覽代碼

update

master
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…
取消
儲存