|
@@ -188,6 +188,7 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
|
|
//金额记账
|
|
//金额记账
|
|
$route->any('BookingList', 'Api\BookingListController@customerList');
|
|
$route->any('BookingList', 'Api\BookingListController@customerList');
|
|
$route->any('BookingAdd', 'Api\BookingListController@customerAdd');
|
|
$route->any('BookingAdd', 'Api\BookingListController@customerAdd');
|
|
|
|
+ $route->any('BookingEdit', 'Api\BookingListController@customerEdit');
|
|
$route->any('BookingDel', 'Api\BookingListController@customerDel');
|
|
$route->any('BookingDel', 'Api\BookingListController@customerDel');
|
|
$route->any('BookingDetail', 'Api\BookingListController@customerDetail');
|
|
$route->any('BookingDetail', 'Api\BookingListController@customerDetail');
|
|
$route->any('BookingConfirm', 'Api\BookingListController@customerConfirm');
|
|
$route->any('BookingConfirm', 'Api\BookingListController@customerConfirm');
|