This commit is contained in:
wangchuxiao
2022-04-08 16:15:22 +08:00
parent 3d5e3ce6cf
commit cbe3abeab0
4 changed files with 21 additions and 11 deletions
+5 -5
View File
@@ -162,11 +162,11 @@ type config struct {
Enable bool `yaml:"enable"`
}
Getui struct {
PushUrl string `yaml:"pushUrl"`
Sign string `yaml:"sign"`
AppKey string `yaml:"appkey"`
Enable bool `yaml:"enable"`
Intent string `yaml:"intent"`
PushUrl string `yaml:"pushUrl"`
AppKey string `yaml:"appkey"`
Enable bool `yaml:"enable"`
Intent string `yaml:"intent"`
MasterSecret string `yaml:"masterSecret"`
}
}
Manager struct {