cqp 1 сар өмнө
parent
commit
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');
 });