manghe/config/console.php
2025-04-03 15:59:22 +00:00

13 lines
558 B
PHP
Executable File

<?php
return [
'commands' => [
'RankWeek' => 'app\command\RankWeek',#周榜定榜
'RankMonth' => 'app\command\RankMonth',#月榜定榜
'Zd' => 'app\command\Zd',#自动发货
'UserStatisticsDay' => 'app\command\UserStatisticsDay',#自动发货
'AutoGoodsOffshelf' => 'app\command\AutoGoodsOffshelf',#自动下架利润率过低的盒子
'CreateOffshelfLogTable' => 'app\command\CreateOffshelfLogTable',#创建盒子自动下架日志表
'FlwOpen' => 'app\command\FlwOpen',#福利屋开奖
],
];