每日12点统计用户数据
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user