This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_jg_push
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
6
Wiki
Activity
Browse Source
update
tags/v1.0.5
DengBiao
2 years ago
parent
386b317bba
commit
45395c6d0e
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
hdl/jg_push.go
+ 1
- 0
hdl/jg_push.go
View 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{
Write
Preview
Loading…
Cancel
Save