10 lines
289 B
PHP
Executable File
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',#自动发货
|
|
],
|
|
];
|