mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-09 03:25:59 +08:00
demo modify
This commit is contained in:
@@ -284,14 +284,19 @@ type config struct {
|
||||
SignName string `yaml:"signName"`
|
||||
VerificationCodeTemplateCode string `yaml:"verificationCodeTemplateCode"`
|
||||
}
|
||||
SuperCode string `yaml:"superCode"`
|
||||
Mail struct {
|
||||
SuperCode string `yaml:"superCode"`
|
||||
SuperCodeTTL int `yaml:"superCodeTTL"`
|
||||
Mail struct {
|
||||
Title string `yaml:"title"`
|
||||
SenderMail string `yaml:"senderMail"`
|
||||
SenderAuthorizationCode string `yaml:"senderAuthorizationCode"`
|
||||
SmtpAddr string `yaml:"smtpAddr"`
|
||||
SmtpPort int `yaml:"smtpPort"`
|
||||
}
|
||||
ErrMsg struct {
|
||||
HasRegistered string `yaml:"hasRegistered"`
|
||||
MailSendCodeErr string `yaml:"mailSendCodeErr"`
|
||||
}
|
||||
}
|
||||
}
|
||||
type PConversation struct {
|
||||
|
||||
Reference in New Issue
Block a user