正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -165,6 +165,7 @@ func NewAps(options *push.Options) (v *Aps) { | @@ -165,6 +165,7 @@ func NewAps(options *push.Options) (v *Aps) { | ||
| 165 | Alert: NewAlert(options), | 165 | Alert: NewAlert(options), |
| 166 | AutoBadge: "+1", | 166 | AutoBadge: "+1", |
| 167 | ContentAvailable: 1, | 167 | ContentAvailable: 1, |
| 168 | + Payload: options.TransmissionContent, | ||
| 168 | } | 169 | } |
| 169 | return | 170 | return |
| 170 | } | 171 | } |
-
请 注册 或 登录 后发表评论