// +---------------------------------------------------------------------- // +---------------------------------------------------------------------- // | 控制台配置 // +---------------------------------------------------------------------- return [ // 指令定义 'commands' => [ 'menu' => 'app\command\updateMenu', 'spu' => 'app\command\updateSpu', 'menu:format' => 'app\command\FormatMenuPath', 'clear:attachment' => 'app\command\ClearCacheAttachment', 'version:update' => 'app\command\VersionUpdate', 'clear:merchant' => 'app\command\ClearMerchantData', ], ];