Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type Options struct {
SendNo int `json:"sendno,omitempty"` //推送序号
TimeToLive int `json:"time_to_live,omitempty"` //离线消息保留时长(秒)
OverrideMsgId int `json:"override_msg_id,omitempty"` //要覆盖的消息 ID
ApnsProduction bool `json:"apns_production,omitempty"` //APNs 是否生产环境
ApnsProduction bool `json:"apns_production"` //APNs 是否生产环境
ApnsCollapseId string `json:"apns_collapse_id,omitempty"` //更新 iOS 通知的标识符
BigPushDuration int `json:"big_push_duration,omitempty"` //定速推送时长(分钟)
ThirdPartyChannel map[string]ThirdPartyOptions `json:"third_party_channel,omitempty"` //推送请求下发通道
Expand Down