任务功能提交-测试-bug修改
This commit is contained in:
@@ -94,4 +94,10 @@ class Cron
|
||||
$cron = new \app\cron\controller\RoomHourRanking();
|
||||
$cron->index();
|
||||
}
|
||||
|
||||
//临时
|
||||
public function teset(){
|
||||
$cron = new \app\cron\controller\Test();
|
||||
$cron->index();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user