浏览代码

update

master
DengBiao 1年前
父节点
当前提交
ca3e3860a8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      internal/logic/domain/message/service/app_push.go

+ 2
- 2
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", "", -1),
Content: strings.Replace(args.Content, "\\n\\u0006", "", -1),
Extras: extras,
Intent: intent,
}
@@ -84,7 +84,7 @@ func JgPush(args md3.PushParams) {
"send": send,
"res": res,
"push_alia": args.PushAlia,
"title": strings.Replace(param.Title, "\\n", "", -1),
"title": param.Title,
"content": param.Content,
"jg_push_app_key": jgPushAppKey,
"jg_push_app_secret": jgPushAppSecret,


正在加载...
取消
保存