cqp преди 2 месеца
родител
ревизия
431d991baa
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      routes/wx.php

+ 5 - 0
routes/wx.php

@@ -151,4 +151,9 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('detailSnConstruction', 'Api\ConstructionController@detailSn'); //施工单产品
 
     $route->any('basicTypeUseList', 'Api\BasicTypeController@basicTypeUseList');
+
+    //客资报表
+    $route->any('customerReportStepOfFirst', 'Api\StatisticsController@customerReportStepOfFirst');
+    $route->any('customerReportStepOfSecond', 'Api\StatisticsController@customerReportStepOfSecond');
+    $route->any('customerReportStepOfThird', 'Api\StatisticsController@customerReportStepOfThird');
 });