Merge branch 'main' into v2.3.0release

This commit is contained in:
wangchuxiao
2022-09-30 17:59:46 +08:00
12 changed files with 197 additions and 5 deletions
+7
View File
@@ -215,6 +215,13 @@ type config struct {
ServiceAccount string `yaml:"serviceAccount"`
Enable bool `yaml:"enable"`
}
Mob struct {
AppKey string `yaml:"appKey"`
PushUrl string `yaml:"pushUrl"`
Scheme string `yaml:"scheme"`
AppSecret string `yaml:"appSecret"`
Enable bool `yaml:"enable"`
}
}
Manager struct {
AppManagerUid []string `yaml:"appManagerUid"`