fix #2860 migrate jpns to jpush (#2861)

This commit is contained in:
Wiky Lyu
2024-11-19 09:59:21 +08:00
committed by GitHub
parent 8471a0ef3b
commit 1df49ee718
6 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -213,12 +213,12 @@ type Push struct {
FilePath string `mapstructure:"filePath"`
AuthURL string `mapstructure:"authURL"`
} `mapstructure:"fcm"`
JPNS struct {
JPush struct {
AppKey string `mapstructure:"appKey"`
MasterSecret string `mapstructure:"masterSecret"`
PushURL string `mapstructure:"pushURL"`
PushIntent string `mapstructure:"pushIntent"`
} `mapstructure:"jpns"`
} `mapstructure:"jpush"`
IOSPush struct {
PushSound string `mapstructure:"pushSound"`
BadgeCount bool `mapstructure:"badgeCount"`