修改link_addr为db设置

This commit is contained in:
bjdgyc
2021-04-13 17:17:30 +08:00
parent 59acda4706
commit 0ab4304445
7 changed files with 21 additions and 8 deletions

View File

@@ -42,6 +42,7 @@ type SettingSmtp struct {
}
type SettingOther struct {
LinkAddr string `json:"link_addr"`
Banner string `json:"banner"`
AccountMail string `json:"account_mail"`
}