baji/config/console.php
2025-03-03 14:47:45 +08:00

9 lines
212 B
PHP
Executable File

<?php
return [
'commands' => [
'RankWeek' => 'app\command\RankWeek',#周榜定榜
'RankMonth' => 'app\command\RankMonth',#月榜定榜
'Zd' => 'app\command\Zd',#自动发货
],
];