盲盒转盘优化-调试-加日志监控

This commit is contained in:
2025-10-25 16:34:55 +08:00
parent 943921a352
commit 93e60d695b

View File

@@ -2023,7 +2023,7 @@ class Room extends Model
$friend = null;
}
$xlh_info['xlh_info'] = model('BlindBoxTurntableGift')->get_user_xlh_info($room_id);
$xlh_info['xlh_info'] = model('api/BlindBoxTurntableGift')->get_user_xlh_info($room_id);
$open_time = db::name('vs_hour_ranking_config')->order('id', 'desc')->value('open_time');
if($open_time > 0){
if($open_time <= time()){