jpush add config for ios env mode

This commit is contained in:
Gordon
2022-06-21 11:27:39 +08:00
parent 127ad802ff
commit b242aac7cd
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -238,6 +238,7 @@ type config struct {
IOSPush struct {
PushSound string `yaml:"pushSound"`
BadgeCount bool `yaml:"badgeCount"`
Production bool `yaml:"production"`
}
Callback struct {