cqpCow 1 year ago
parent
commit
e5e5631075
1 changed files with 1 additions and 0 deletions
  1. 1 0
      routes/api.php

+ 1 - 0
routes/api.php

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