KTVSingle/routes/console.php
allen.yan f8f4f46096 單機版 v.0.1.1 20250625
文字廣告 介面
文字廣告 訊息推到各包廂功能
2025-06-26 18:07:38 +08:00

11 lines
349 B
PHP

<?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Schedule;
Schedule::command('app:clear-machine-statuses')->dailyAt('12:00'); // 每天凌晨 12:10 執行
Schedule::command('rooms:check-online-status')->everyMinute(); //每分驗証
Schedule::command('ads:rotate')->everyMinute();