cqp 2 months ago
parent
commit
431d991baa
1 changed files with 5 additions and 0 deletions
  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');
 });