Commit 0394c2ae authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 30ce4855
......@@ -25,6 +25,7 @@ $api->version('v1', function($api) {
$api->group(['namespace'=>'App\Http\Controllers\V1\Finance\Front','middleware' => ['throttle:60,1','apiAuth'], 'providers' => 'jwt'], function($api) {
$api->post('/finance/invoice/getInvoiceRecordList', ['permission' => 'finance.getInvoiceRecordList', 'uses'=>'InvoiceController@getInvoiceRecordList']);
$api->post('/finance/invoice/getInvoiceStatusDetail', ['permission' => 'finance.getInvoiceStatusDetail', 'uses'=>'InvoiceController@getInvoiceStatusDetail']);
});
});
......
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