Kaynağa Gözat

update

master
DengBiao 1 yıl önce
ebeveyn
işleme
35eee92b79
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      internal/logic/domain/message/service/app_push.go

+ 1
- 1
internal/logic/domain/message/service/app_push.go Dosyayı Görüntüle

@@ -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,


Yükleniyor…
İptal
Kaydet