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');
 });