gogs 2 năm trước cách đây
mục cha
commit
45d2dce0d4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      routes/api.php

+ 0 - 1
routes/api.php

@@ -142,7 +142,6 @@ Route::group(['middleware'=> ['checkLogin']],function ($route){
     $route->any('fyyList', 'Api\FyyOrderController@orderList');
     $route->any('fyyRefreshOnHandQuantity', 'Api\FyyOrderController@fyyRefreshOnHandQuantity');
     $route->any('fyyMobileList', 'Api\FyyOrderController@orderMobileList');
-    $route->any('getOutOrderNum','Api\FyyOrderController@getOutOrderNum');
 
     //获取发货单
     $route->any('getShipmentOrder', 'Api\FyyOrderController@getShipmentOrder');