盲盒转盘优化-调试-加日志监控
This commit is contained in:
@@ -2023,7 +2023,7 @@ class Room extends Model
|
|||||||
$friend = null;
|
$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');
|
$open_time = db::name('vs_hour_ranking_config')->order('id', 'desc')->value('open_time');
|
||||||
if($open_time > 0){
|
if($open_time > 0){
|
||||||
if($open_time <= time()){
|
if($open_time <= time()){
|
||||||
|
|||||||
Reference in New Issue
Block a user