cqpCow hace 8 meses
padre
commit
9aa9f8dc21
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      routes/wx.php

+ 1 - 0
routes/wx.php

@@ -123,4 +123,5 @@ Route::group(['middleware'=> ['checkWx']],function ($route){
 
     //跟进记录
     $route->any('followUpRecordAdd', 'Api\FollowUpRecordController@followUpRecordAdd')->middleware('OssFileDeal');
+    $route->any('productCategoryList2', 'Api\ProductController@productCategoryList2');
 });