瀏覽代碼

update

master
DengBiao 1 年之前
父節點
當前提交
35eee92b79
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      internal/logic/domain/message/service/app_push.go

+ 1
- 1
internal/logic/domain/message/service/app_push.go 查看文件

@@ -84,7 +84,7 @@ func JgPush(args md3.PushParams) {
"send": send,
"res": res,
"push_alia": args.PushAlia,
"title": param.Title,
"title": strings.Replace(param.Title, "\\n", "", -1),
"content": param.Content,
"jg_push_app_key": jgPushAppKey,
"jg_push_app_secret": jgPushAppSecret,


Loading…
取消
儲存