cqpCow 1 年之前
父節點
當前提交
8a96056324
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      routes/wx.php

+ 1 - 0
routes/wx.php

@@ -90,4 +90,5 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('getMySetting', 'Api\ProductInventoryController@getMySetting');
 
     $route->any('getSettingTotal', 'Api\ScheduleController@getSettingTotal');
+    $route->any('getSettingGetDetail', 'Api\ScheduleController@getSettingGetDetail');
 });