|
@@ -934,6 +934,7 @@ Route::group([
|
|
|
$router->post('/create_word', 'Web\Talent\JjhcController@create_word')->name('talent.jjhc.create_word');
|
|
$router->post('/create_word', 'Web\Talent\JjhcController@create_word')->name('talent.jjhc.create_word');
|
|
|
$router->post('/coze_callback', 'Web\Talent\JjhcController@callback')->name('talent.jjhc.coze_callback');
|
|
$router->post('/coze_callback', 'Web\Talent\JjhcController@callback')->name('talent.jjhc.coze_callback');
|
|
|
$router->get('/aibot', 'Web\Talent\JjhcController@aibot')->name('talent.jjhc.aibot');
|
|
$router->get('/aibot', 'Web\Talent\JjhcController@aibot')->name('talent.jjhc.aibot');
|
|
|
|
|
+ $router->post('/generateExcel', 'Web\Talent\JjhcController@generateExcel')->name('talent.jjhc.generateExcel');
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
Route::group([
|
|
Route::group([
|