manghe/config/console.php
2025-04-25 00:16:04 +08:00

15 lines
703 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',#福利屋开奖
'UpdateGoodsHeat' => 'app\command\UpdateGoodsHeat',#更新盒子热度值到Redis
'PostOrderRetry'=>'app\command\PostOrderRetry'
],
];