This commit is contained in:
777
2025-09-19 02:07:47 +08:00
parent 77e19742e7
commit 8af9b38aef
5 changed files with 36 additions and 2 deletions

View File

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