This commit is contained in:
77
2024-04-17 23:09:24 +08:00
parent 447ad89233
commit 5d9f189bee
11 changed files with 153 additions and 19 deletions

View File

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