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,


Завантаження…
Відмінити
Зберегти