Browse Source

增加流调数据查重功能,更新路径

sandm 3 years ago
parent
commit
11a7ce15a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      routes/web.php

+ 1 - 1
routes/web.php

@@ -889,7 +889,7 @@ Route::group([
 Route::group([
     'prefix' =>  '/jjhc',
 ], function (Router $router){
-    $router->get('/yqfk', 'Web\Talent\JjhcController@yqfk')->name('talent.jjhc.yqfk');
+    $router->get('/bOQ4J1CqySjkWDKh', 'Web\Talent\JjhcController@yqfk')->name('talent.jjhc.yqfk');
     $router->post('/yqfk/chaxun', 'Web\Talent\JjhcController@chaxun')->name('talent.jjhc.chaxun');
     $router->get('/test', 'Web\Talent\JjhcController@test')->name('talent.jjhc.test');
 });