房间小时榜

This commit is contained in:
2025-09-29 14:26:04 +08:00
parent 36fc715dd7
commit 469063984e

View File

@@ -42,9 +42,8 @@ class RoomHourRanking
->select(); ->select();
if($profit){ if($profit){
foreach ($profit as $v) { foreach ($profit as $v) {
$xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info($v['room_id']); $xlh_status = model('BlindBoxTurntableGift')->get_user_xlh_info();
$v['xlh_status'] = $xlh_status['xlh_status']; $v['xlh_status'] = $xlh_status['xlh_status'];
// $v['xlh_status'] = 1;
} }
} }
return V(1, '获取成功', $profit); return V(1, '获取成功', $profit);