Feat: User login

This commit is contained in:
HFO4
2019-11-11 19:13:17 +08:00
parent 943c84320c
commit 6f96018223
14 changed files with 159 additions and 52 deletions

View File

@@ -21,7 +21,8 @@ var DatabaseConfig = &database{
// system 系统通用配置
type system struct {
Debug bool
Debug bool
SessionSecret string
}
var SystemConfig = &system{}