This commit is contained in:
wangchuxiao 2022-04-08 17:20:55 +08:00
parent 691e2580e5
commit 06370a763c

View File

@ -163,7 +163,7 @@ type config struct {
}
Getui struct {
PushUrl string `yaml:"pushUrl"`
AppKey string `yaml:"appkey"`
AppKey string `yaml:"appKey"`
Enable bool `yaml:"enable"`
Intent string `yaml:"intent"`
MasterSecret string `yaml:"masterSecret"`