This commit is contained in:
wangchuxiao
2022-09-07 18:20:41 +08:00
parent 3739127044
commit 6754fdb580
3 changed files with 14 additions and 6 deletions
+2
View File
@@ -199,6 +199,8 @@ type config struct {
Enable bool `yaml:"enable"`
Intent string `yaml:"intent"`
MasterSecret string `yaml:"masterSecret"`
ChannelID string `yaml:"channelID"`
ChannelName string `yaml:"channelName"`
}
Fcm struct {
ServiceAccount string `yaml:"serviceAccount"`