房间小时榜

This commit is contained in:
2025-09-29 16:28:34 +08:00
parent ba9e883e0c
commit 76b01f975c

View File

@@ -23,7 +23,7 @@ class RoomHourRanking extends Model
//判断是否开启
$open_time = db::name('vs_hour_ranking_config')->order('id', 'desc')->value('open_time');
if ($open_time == 0) {
return ['code' => 0, 'msg' => '排行榜暂未开启', 'data' => null];
// return ['code' => 0, 'msg' => '排行榜暂未开启', 'data' => null];
}
//是否开启巡乐会