['all']]); dump($a); } /** * @throws AppException */ public function ids(){ if(!request('ids')){ throw new AppException('缺少ids参数'); } $a = Artisan::call('queue:retry', ['id' => explode(',',request('ids'))]); dump($a); } }