diff --git a/pkg/common/config/config.go b/pkg/common/config/config.go index 21af4ced0..b497ee268 100644 --- a/pkg/common/config/config.go +++ b/pkg/common/config/config.go @@ -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"`