每天执行脚本:清除房间热度值 脚本修改
This commit is contained in:
@@ -24,4 +24,11 @@ class Cron
|
||||
$cron = new \app\cron\controller\TenSeconds();
|
||||
$cron->index();
|
||||
}
|
||||
|
||||
//每天执行
|
||||
public function DaySeconds()
|
||||
{
|
||||
$cron = new \app\cron\controller\DaySeconds();
|
||||
$cron->index();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user