cqp 1 ماه پیش
والد
کامیت
3952b58990
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      routes/wx.php

+ 1 - 0
routes/wx.php

@@ -133,6 +133,7 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
     $route->any('followUpRecordAdd', 'Api\FollowUpRecordController@followUpRecordAdd')->middleware('OssFileDeal');
     $route->any('productCategoryList2', 'Api\ProductController@productCategoryList2');
     $route->any('getLoginMan','Api\EmployeeController@getLoginMan');
+    $route->any('followUpRecordList', 'Api\FollowUpRecordController@followUpRecordList');
 
     $route->any('productGroupByList', 'Api\ProductController@productGroupByList');//选择列表页
     $route->any('productGroupByListDetail', 'Api\ProductController@productGroupByListDetail');//选择列表页详情