cqpCow 1 年之前
父節點
當前提交
e5e5631075
共有 1 個文件被更改,包括 1 次插入0 次删除
  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');