入职流程

This commit is contained in:
wangchuxiao
2022-06-17 12:09:42 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent d5c338dee5
commit 9d2a2804ab
4 changed files with 21 additions and 11 deletions
+3 -2
View File
@@ -174,8 +174,9 @@ type config struct {
}
}
Manager struct {
AppManagerUid []string `yaml:"appManagerUid"`
Secrets []string `yaml:"secrets"`
AppManagerUid []string `yaml:"appManagerUid"`
Secrets []string `yaml:"secrets"`
AppSysNotificationName string `yaml:"appSysNotificationName"`
}
Kafka struct {