mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
2021-03-15更新
This commit is contained in:
@@ -14,7 +14,7 @@ public interface UserMapper {
|
||||
Integer register(User user);
|
||||
|
||||
//登录
|
||||
Integer login(@Param("email") String email, @Param("password") String password);
|
||||
Integer login(@Param("email") String email, @Param("password") String password,@Param("uid") String uid);
|
||||
|
||||
//获取用户信息
|
||||
User getUsers(@Param("email") String email);
|
||||
|
||||
Reference in New Issue
Block a user