浏览代码

update

tags/v1.0.5
DengBiao 2 年前
父节点
当前提交
45395c6d0e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      hdl/jg_push.go

+ 1
- 0
hdl/jg_push.go 查看文件

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


正在加载...
取消
保存