push add ios push

This commit is contained in:
Gordon
2021-12-09 17:14:24 +08:00
parent 3e51e781a6
commit 8085c62774
4 changed files with 17 additions and 2 deletions
@@ -0,0 +1,9 @@
package requestBody
type Options struct {
ApnsProduction bool `json:"apns_production,omitempty"`
}
func (o *Options) SetApnsProduction(c bool) {
o.ApnsProduction = c
}