登录接口

master
cez 2022-06-27 15:24:00 +08:00
parent ebbc52313a
commit 8d3ad811b7
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ public class TokenController {
D0.setOK(false);
D0.setErrorMsg("用户密码不能为空!");
}
Assert.notNull(username, "username can not be empty");
Assert.notNull(password, "password can not be empty");
TSUser user = userService.checkUserExits(username, password);
if (user == null) {