新增账号注销功能

This commit is contained in:
Cool 2023-12-04 12:28:21 +08:00
parent 2fdcf5dbfd
commit a9472696b5
1 changed files with 1 additions and 4 deletions

View File

@ -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;