浏览代码

优化代码

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