소스 검색

优化代码

cqp 1 개월 전
부모
커밋
1aa028c4a7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      routes/wx.php

+ 2 - 0
routes/wx.php

@@ -163,4 +163,6 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('saleReportStepOfThird', 'Api\StatisticsController@saleReportStepOfThird');
     $route->any('saleReportStepOfFour', 'Api\StatisticsController@saleReportStepOfFour');
     $route->any('saleReportStepOfFive', 'Api\StatisticsController@saleReportStepOfFive');
+
+    $route->any('getChatDetail', 'Api\DaHuangFengController@getChatDetail');
 });