From 06370a763c3f917e02cec5def9dcae0d08adbf32 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Fri, 8 Apr 2022 17:20:55 +0800 Subject: [PATCH] getui --- pkg/common/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`