feat: 添加注释

This commit is contained in:
陈狼 2025-02-22 15:13:56 +08:00
parent fd246de751
commit 68b4b3bdf6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Task4
// new Crontab('50 7 * * *', function(){
// echo date('Y-m-d H:i:s')."\n";
// });
// // 每5秒执行一次
// // 每天凌晨0点执行
new Crontab('0 0 * * *', function () {
echo date('Y-m-d H:i:s')."\n";
//把user里所有数据的today_num全部变成0