Ver Fonte

优化代码

cqp há 1 mês atrás
pai
commit
1aa028c4a7
1 ficheiros alterados com 2 adições e 0 exclusões
  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');
 });