每日12点统计用户数据

This commit is contained in:
2025-12-31 03:19:22 +08:00
parent b3e52f9c3d
commit b68db7b6c5
4 changed files with 98 additions and 18 deletions

View File

@@ -95,6 +95,15 @@ class Cron
$cron = new \app\cron\controller\RoomHourRanking();
$cron->index();
}
//每日执行每天23点59分执行
/*
* 每日任务开始
*
*/
public function DayTask(){
$cron = new \app\cron\controller\AppTodayStatistical();
$cron->index();
}
//临时
public function teset(){