This commit is contained in:
2025-08-11 16:18:26 +08:00
parent 4a77c59baf
commit 20a6ecffa6

View File

@@ -2429,7 +2429,7 @@ class Room extends Model
return ['code' => 1, 'msg' => '操作成功', 'data' => null];
}
//房间在线人数
//房间在线人
public function room_online_number($room_id)
{
if(!$room_id){