Bladeren bron

只能搜索

cqp 1 maand geleden
bovenliggende
commit
5d12c4d0c9
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      routes/wx.php

+ 1 - 0
routes/wx.php

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