任务功能提交-测试-bug修改

This commit is contained in:
2025-12-13 00:37:51 +08:00
parent 2b4b3509e8
commit 0937ceac6b
3 changed files with 16 additions and 2 deletions

View File

@@ -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();
}
}