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