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

This commit is contained in:
GoEdgeLab
2023-02-04 15:17:02 +08:00
parent 2e5568dd39
commit e27046c75a
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"
)