This commit is contained in:
777
2025-12-11 17:27:08 +08:00
parent 5b04c4ef37
commit c7bdea46d0
10 changed files with 113 additions and 12 deletions

View File

@@ -68,4 +68,6 @@ public interface UserService extends IService<User> {
void logout(Long id);
void refreshImInfo(Long userId);
boolean getOpenImInvite(User fromUser);
}