This commit is contained in:
77
2024-04-21 23:16:10 +08:00
parent 06770fb1b9
commit f98f1be3d5
15 changed files with 92 additions and 7 deletions

View File

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