[ //消息队列 自定义命令 'queue:work' => 'think\queue\command\Work', 'queue:restart' => 'think\queue\command\Restart', 'queue:listen' => 'think\queue\command\Listen', 'addon:install' => 'app\command\Addon\Install', 'addon:uninstall' => 'app\command\Addon\Uninstall', 'menu:refresh' => 'app\command\Menu', #自定义定时任务 'OrderClose' => 'app\command\hygl\OrderClose',//会员管理-30分钟自动关闭尚未支付的订单 ], ];