Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -2268,7 +2268,7 @@ class Room extends Model
|
||||
public function room_online_list($room_id, $page = 1, $limit = 15)
|
||||
{
|
||||
if (!$room_id) {
|
||||
return ['code' => 0, 'msg' => '参数错误'];
|
||||
return ['code' => 0, 'msg' => '参数错误', 'data' => null];
|
||||
}
|
||||
|
||||
$lists['on_pit'] = [];
|
||||
|
||||
Reference in New Issue
Block a user