Commit 540ed694 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent b2233beb
......@@ -102,9 +102,6 @@ class InvoiceController extends Controller
try{
$result = $this->invoiceService->getInvoicePdfDownloadUrl($requestParams);
$headers = [
'Content-Type: application/pdf',
];
return Response::success($result['downloadUrl'],'');
}catch(\Throwable $exception){
return $this->returnErrorExecptionResponse($exception,$exception->getMessage());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment