新增账号注销功能
This commit is contained in:
parent
2fdcf5dbfd
commit
a9472696b5
|
@ -18,10 +18,7 @@ public class LoginService {
|
|||
@Resource(name = "tokenRedis")
|
||||
RedisUtil redisUtil;
|
||||
|
||||
@Test
|
||||
public void Test01() throws IOException {
|
||||
System.out.println(userTable.getUser(new User()));
|
||||
}
|
||||
|
||||
|
||||
public String LoginCheck(User requestUser) throws IOException {
|
||||
User user;
|
||||
|
|
Loading…
Reference in New Issue