cqpCow 1 年之前
父節點
當前提交
0b575ab096
共有 1 個文件被更改,包括 2 次插入0 次删除
  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('productInventorySetList', 'Api\ProductInventoryController@productInventorySetList');
     $route->any('getMySetting', 'Api\ProductInventoryController@getMySetting');
     $route->any('getMySetting', 'Api\ProductInventoryController@getMySetting');
+
+    $route->any('getSettingTotal', 'Api\ScheduleController@getSettingTotal');
 });
 });