diff --git a/server/dbdata/user.go b/server/dbdata/user.go index 3d6dac6..9e46305 100644 --- a/server/dbdata/user.go +++ b/server/dbdata/user.go @@ -64,8 +64,8 @@ func SetUser(v *User) error { // 验证用户登陆信息 func CheckUser(name, pwd, group string) error { - //TODO 严重问题 - //return nil + // TODO 严重问题 + // return nil pl := len(pwd) if name == "" || pl < 6 {