Sfoglia il codice sorgente

update

tags/v1.0.5
DengBiao 2 anni fa
parent
commit
45395c6d0e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      hdl/jg_push.go

+ 1
- 0
hdl/jg_push.go Vedi File

@@ -26,6 +26,7 @@ func Send(appKey, appSecret string, param md.PushParam) (string, string, error)
Android: md.PushAndroid{
Alert: param.Content,
Extras: param.Extras,
Intent: param.Intent,
Title: param.Title,
},
Ios: md.PushIos{


Caricamento…
Annulla
Salva