Commit 2918f3fb authored by hangjun83's avatar hangjun83

发票相关接口

parent bd1d8dce
...@@ -33,7 +33,7 @@ class InvoiceController extends Controller ...@@ -33,7 +33,7 @@ class InvoiceController extends Controller
public function __construct(InvoicesService $invoicesService) public function __construct(InvoicesService $invoicesService)
{ {
$this->invoicesService= $invoicesService; $this->invoicesService= $invoicesService;
$this->controllerType = 'rhawn'; $this->controllerType = 'bh';
} }
/** /**
......
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