feat:完善项目

This commit is contained in:
henry
2021-11-19 19:11:33 +08:00
parent 83a2d64ee6
commit 7bc2feaff9
8 changed files with 11 additions and 13 deletions

View File

@ -43,10 +43,8 @@ type Redis struct {
// Setting 配置信息
type Setting struct {
Domain string `json:"domain" yaml:"domain"`
Name string `yaml:"name"`
TokenEffectTime int `yaml:"token_effect_time"`
MultipleLogin bool `yaml:"multiple_login"`
TokenEffectTime int `yaml:"token_effect_time"`
MultipleLogin bool `yaml:"multiple_login"`
// Server 配置
Server struct {