使用数据库存储管理员和用户登录SESSION

This commit is contained in:
刘祥超
2023-02-04 15:17:02 +08:00
parent 8dbfa96149
commit a1ac7b176b
9 changed files with 410 additions and 7 deletions

View File

@@ -21,5 +21,5 @@ const (
NodeVersion = "0.6.4"
// SQLVersion SQL版本号
SQLVersion = "9"
SQLVersion = "10"
)