type IOSNotice struct {
Alert string `json:"alert"`
Sound string `json:"sound,omitempty"`
Badge int `json:"badge,omitempty"`
ContentAvailable bool `json:"content-available,omitempty"`
Category string `json:"category,omitempty"`
Extras map[string]interface{} `json:"extras,omitempty"`
}
ios Notice Alert 不支持Json Object, 无法定义loc_key。