优化系统用户登录校验

This commit is contained in:
刘祥超
2020-12-07 11:45:45 +08:00
parent 67b9e0e503
commit 4bc19f11d2
11 changed files with 74 additions and 48 deletions

View File

@@ -13,4 +13,5 @@ const (
EncryptMethod = "aes-256-cfb"
ErrServer = "服务器出了点小问题,请联系技术人员处理。"
CookieSID = "edgesid"
)