房间小时榜

This commit is contained in:
2025-09-29 16:27:36 +08:00
parent a19338ab17
commit ba9e883e0c
4 changed files with 131 additions and 33 deletions

View File

@@ -43,4 +43,10 @@ class Cron
$cron = new \app\cron\controller\FriendEnd();
$cron->index();
}
//房间小时榜发礼物(每小时执行一次)
public function RoomHourRanking(){
$cron = new \app\cron\controller\RoomHourRanking();
$cron->index();
}
}