jpush add config for ios env mode

This commit is contained in:
Gordon
2022-06-21 11:27:39 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 315fc6024e
commit dec96cd429
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -208,6 +208,7 @@ type config struct {
IOSPush struct {
PushSound string `yaml:"pushSound"`
BadgeCount bool `yaml:"badgeCount"`
Production bool `yaml:"production"`
}
Callback struct {