Commit bde810a1 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 89f8ef8d
...@@ -548,6 +548,7 @@ class InvoiceService ...@@ -548,6 +548,7 @@ class InvoiceService
if(!$invoiceInfo){ if(!$invoiceInfo){
throw new \Exception('没有对应的电子发票提供下载',502); throw new \Exception('没有对应的电子发票提供下载',502);
} }
$invoiceInfo = current($invoiceInfo);
//验证token //验证token
$urlParams = [ $urlParams = [
'platform_invoice_id' => $invoiceInfo['platform_invoice_id'], 'platform_invoice_id' => $invoiceInfo['platform_invoice_id'],
......
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