This commit is contained in:
张良(004796)
2024-01-18 18:40:07 +08:00
parent 3e5b7b9984
commit 715cb4474a
3 changed files with 36 additions and 0 deletions

View File

@@ -15,4 +15,8 @@ public interface UserOnlineService extends IService<UserOnline> {
UserOnline getByUserId(Long userId);
OnlineStatusVo onlineStatus(Long userId, Integer openVideoStatus, Integer videoStatus, Integer isAnchor);
void activeUpdate();
}