setName('RegisterMessenger') ->setDescription('Auto send msg'); } protected function execute(Input $input, Output $output) { //短信加入队列 queue("app\job\Messenger", ["type" => "msg", "msg" => 777, "status" => 1]); } }