gogs 2 年之前
父节点
当前提交
45d2dce0d4
共有 1 个文件被更改,包括 0 次插入1 次删除
  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');