getui update

This commit is contained in:
wangchuxiao
2023-03-27 17:56:08 +08:00
parent 1b31a07b40
commit baece7eb3a
3 changed files with 52 additions and 26 deletions
+11
View File
@@ -210,6 +210,17 @@ type config struct {
MasterSecret string `yaml:"masterSecret"`
ChannelID string `yaml:"channelID"`
ChannelName string `yaml:"channelName"`
Channel struct {
HW struct {
Category string `yaml:"category"`
} `yaml:"HW"`
XM struct {
ChannelID string `yaml:"channelID"`
} `yaml:"XM"`
OPPO struct {
ChannelID string `yaml:"channelID"`
} `yaml:"OPPO"`
} `yaml:"channel"`
}
Fcm struct {
ServiceAccount string `yaml:"serviceAccount"`