소스 검색

增加路由

sandm 1 년 전
부모
커밋
fb7a44d672
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

@@ -914,6 +914,7 @@ Route::group([
     $router->post('/yqfk/chaxun', 'Web\Talent\JjhcController@chaxun')->name('talent.jjhc.chaxun');
     $router->get('/test', 'Web\Talent\JjhcController@test')->name('talent.jjhc.test');
     $router->get('/push','Web\Talent\JjhcController@push')->name('talent.jjhc.push');
+    $router->get('/jjhc_get_jucai_data','Web\Talent\JjhcController@jjhc_get_jucai_data')->name('talent.jjhc.jjhc_get_jucai_data');
 });
 
 Route::group([