cqpCow 1 년 전
부모
커밋
9f20a1d0ee
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      routes/wx.php

+ 3 - 0
routes/wx.php

@@ -78,4 +78,7 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('getScheduleSetting', 'Api\ScheduleController@getScheduleSetting');
     //排期
     $route->any('pq','Api\DeleteController@pq');
+
+    //设置列表
+    $route->any('productInventorySetList', 'Api\ProductInventoryController@productInventorySetList');
 });