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

This commit is contained in:
2025-10-25 16:37:13 +08:00
parent 93e60d695b
commit 7937998240

View File

@@ -849,7 +849,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')->where('id', 1)->value('open_time');
if($open_time > 0){
if($open_time <= time()){