manghe/config/console.php
2025-03-21 19:25:07 +08:00

10 lines
289 B
PHP
Executable File

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