Explorar el Código

update

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

+ 1
- 1
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\\u0006", "", -1),
Content: strings.Replace(args.Content, "\n\u0006", "", -1),
Extras: extras,
Intent: intent,
}


Cargando…
Cancelar
Guardar