mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
:art:完善部分新功能
This commit is contained in:
@@ -31,6 +31,11 @@ public class UserServiceImpl implements UserService {
|
||||
return userMapper.login(email, password,uid);
|
||||
}
|
||||
|
||||
@Override
|
||||
public User loginByToken(String token) {
|
||||
return userMapper.loginByToken(token);
|
||||
}
|
||||
|
||||
@Override
|
||||
public User getUsers(User user) {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
Reference in New Issue
Block a user