feat:完善项目

This commit is contained in:
henry
2021-11-08 11:09:27 +08:00
parent 85b58968d1
commit 1502076841
20 changed files with 397 additions and 32 deletions

View File

@ -8,6 +8,7 @@ var SystemConfig = map[string]interface{}{}
const (
Name string = "name" // 名称
Domain string = "domain" // 域名
WsDomain string = "ws_domain" // ws域名
TokenEffectTime string = "token_effect_time" // Token有效时间
MultipleLogin string = "multiple_login" // 是否开启多地登录
)