Explorar el Código

update

master
DengBiao hace 1 año
padre
commit
ca3e3860a8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      internal/logic/domain/message/service/app_push.go

+ 2
- 2
internal/logic/domain/message/service/app_push.go Ver fichero

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


Cargando…
Cancelar
Guardar