cqpCow 1 vuosi sitten
vanhempi
commit
0b575ab096
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      routes/wx.php

+ 2 - 0
routes/wx.php

@@ -88,4 +88,6 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     //设置列表
     $route->any('productInventorySetList', 'Api\ProductInventoryController@productInventorySetList');
     $route->any('getMySetting', 'Api\ProductInventoryController@getMySetting');
+
+    $route->any('getSettingTotal', 'Api\ScheduleController@getSettingTotal');
 });