We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9e3616 + 41ea179 commit 627b8d9Copy full SHA for 627b8d9
options.go
@@ -4,7 +4,7 @@ type Options struct {
4
SendNo int `json:"sendno,omitempty"` //推送序号
5
TimeToLive int `json:"time_to_live,omitempty"` //离线消息保留时长(秒)
6
OverrideMsgId int `json:"override_msg_id,omitempty"` //要覆盖的消息 ID
7
- ApnsProduction bool `json:"apns_production,omitempty"` //APNs 是否生产环境
+ ApnsProduction bool `json:"apns_production"` //APNs 是否生产环境
8
ApnsCollapseId string `json:"apns_collapse_id,omitempty"` //更新 iOS 通知的标识符
9
BigPushDuration int `json:"big_push_duration,omitempty"` //定速推送时长(分钟)
10
ThirdPartyChannel map[string]ThirdPartyOptions `json:"third_party_channel,omitempty"` //推送请求下发通道
0 commit comments