房间小时榜

This commit is contained in:
2025-09-29 14:18:14 +08:00
parent bd3af537cc
commit 5e5185a92a

View File

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