bug 修改

This commit is contained in:
2025-12-12 17:56:26 +08:00
parent 93482c3d95
commit 28751fea44
5 changed files with 14 additions and 5 deletions

View File

@@ -222,7 +222,7 @@ class Room extends BaseCom
{
$room_id = input('room_id', 0);
$page = input('page', 1);
$limit = input('limit', 5);
$limit = input('limit', 15);
$reslut = model('Room')->room_online_list($room_id, $page, $limit);
return V($reslut['code'], $reslut['msg'], $reslut['data']);
}