init
This commit is contained in:
@@ -29,6 +29,8 @@ public interface UserService extends IService<User> {
|
||||
|
||||
User getByUsername(String username);
|
||||
|
||||
User getByOpenId(String openId);
|
||||
|
||||
void resetPassword(Long userId, String password);
|
||||
|
||||
User getByUsercode(String usercode);
|
||||
@@ -60,4 +62,6 @@ public interface UserService extends IService<User> {
|
||||
void updateBaseUser(UpdateUserReq updateUserReq);
|
||||
|
||||
void checkFinishStatus(Long userId);
|
||||
|
||||
void removeOpenId(String openId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user