作者 lyh

列表页聚合页模式

... ... @@ -287,8 +287,8 @@ class InquiryController extends BaseController
throw new \Exception('文件生成失败,请重试');
}
$fileurl = Storage::disk('runtime')->url($file);
// return Storage::disk('runtime')->download($file); //直接下载
$this->response('success',Code::SUCCESS,['url' => $fileurl]);
return Storage::disk('runtime')->download($file); //直接下载
// $this->response('success',Code::SUCCESS,['url' => $fileurl]);
}
/**
... ...