Browse Source

优化代码

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