3 Star 0 Fork 1

Golang_去浪/jpush

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
push_nt_ios.go 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alice 提交于 2019-06-13 16:29 . 初步实现push,recive,status三个接口
package jpush
// NtIos NtIos mean is notification for Ios
// 定义安卓通知消息内容
// 参加:https://docs.jiguang.cn//jpush/server/push/rest_api_v3_push/#notification
type NtIos struct {
//todo alert interface
Alert string `json:"alert"`
Sound interface{} `json:"sound,omitempty"`
Badge int `json:"badge,omitempty"`
ContentAvailable bool `json:"content_available,omitempty"`
MutableContent bool `json:"mutable_content,omitempty"`
Category string `json:"category,omitempty"`
Extras interface{} `json:"extras,omitempty"`
ThreadID string `json:"thread_id,omitempty"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zsmarter_golang/jpush.git
git@gitee.com:zsmarter_golang/jpush.git
zsmarter_golang
jpush
jpush
master

搜索帮助