123
This commit is contained in:
@@ -51,4 +51,12 @@ public interface UserService extends IService<User> {
|
||||
void bindInviteUser(Long userId, String inviteUsercode);
|
||||
|
||||
UserMinInfoVo minInfo(Long userId);
|
||||
|
||||
void lockIm(Long userId);
|
||||
|
||||
void unLockIm(Long userId);
|
||||
|
||||
void noSpeckIm(Long userId);
|
||||
|
||||
void enSpeckIm(Long userId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user