callback fix

This commit is contained in:
wangchuxiao
2022-08-05 15:54:00 +08:00
parent ba5edabb2c
commit d1ffa9b330
4 changed files with 39 additions and 16 deletions
+6 -2
View File
@@ -488,8 +488,12 @@ type config struct {
SmtpAddr string `yaml:"smtpAddr"`
SmtpPort int `yaml:"smtpPort"`
}
TestDepartMentID string `yaml:"testDepartMentID"`
ImAPIURL string `yaml:"imAPIURL"`
TestDepartMentID string `yaml:"testDepartMentID"`
ImAPIURL string `yaml:"imAPIURL"`
OnboardProcess bool `yaml:"onboardProcess"`
JoinDepartmentIDList []string `yaml:"joinDepartmentIDList"`
JoinDepartmentGroups bool `yaml:"joinDepartmentGroups"`
OaNotification bool `yaml:"oaNotification"`
}
Rtc struct {
SignalTimeout string `yaml:"signalTimeout"`