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