123
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user