setName('makeGoods') ->setDescription('the makeGoods command'); } protected function execute(Input $input, Output $output) { // 指令输出 $output->writeln('makeGoods'); // (new Access())->test1111(); app()->make(Jd::class)->get_jd_goods_list(); } }