Browse Source

Merge remote-tracking branch 'origin/fyy' into fyy

cqpCow 2 years ago
parent
commit
efd0717a50
1 changed files with 0 additions and 1 deletions
  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('fyyList', 'Api\FyyOrderController@orderList');
     $route->any('fyyRefreshOnHandQuantity', 'Api\FyyOrderController@fyyRefreshOnHandQuantity');
     $route->any('fyyRefreshOnHandQuantity', 'Api\FyyOrderController@fyyRefreshOnHandQuantity');
     $route->any('fyyMobileList', 'Api\FyyOrderController@orderMobileList');
     $route->any('fyyMobileList', 'Api\FyyOrderController@orderMobileList');
-    $route->any('getOutOrderNum','Api\FyyOrderController@getOutOrderNum');
 
 
     //获取发货单
     //获取发货单
     $route->any('getShipmentOrder', 'Api\FyyOrderController@getShipmentOrder');
     $route->any('getShipmentOrder', 'Api\FyyOrderController@getShipmentOrder');