Loading

摘要: Laravel Schedule 中的 dailyAt 是如何工作的 业务逻辑中通过 dailyAt​ 指定了一个每天都需要执行的定时任务: $schedule->call(function () { // 业务逻辑 })->dailyAt('14:29'); ‍ ​Illuminate\Conso 阅读全文
posted @ 2024-05-07 17:41 zhpj 阅读(59) 评论(0) 推荐(0)