push add ios push

This commit is contained in:
Gordon 2021-12-09 18:15:40 +08:00
parent 31a558cfea
commit 170310e23c

View File

@ -1,7 +1,7 @@
package requestBody
type Options struct {
ApnsProduction bool `json:"apns_production,omitempty"`
ApnsProduction bool `json:"apns_production"`
}
func (o *Options) SetApnsProduction(c bool) {