Skip to content

Commit 627b8d9

Browse files
authored
Merge pull request #8 from RuiecLab/develop
修复ios设置apns_production不生效
2 parents f9e3616 + 41ea179 commit 627b8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type Options struct {
44
SendNo int `json:"sendno,omitempty"` //推送序号
55
TimeToLive int `json:"time_to_live,omitempty"` //离线消息保留时长(秒)
66
OverrideMsgId int `json:"override_msg_id,omitempty"` //要覆盖的消息 ID
7-
ApnsProduction bool `json:"apns_production,omitempty"` //APNs 是否生产环境
7+
ApnsProduction bool `json:"apns_production"` //APNs 是否生产环境
88
ApnsCollapseId string `json:"apns_collapse_id,omitempty"` //更新 iOS 通知的标识符
99
BigPushDuration int `json:"big_push_duration,omitempty"` //定速推送时长(分钟)
1010
ThirdPartyChannel map[string]ThirdPartyOptions `json:"third_party_channel,omitempty"` //推送请求下发通道

0 commit comments

Comments
 (0)