2 次代码提交 514e5ad72c ... a0d764cd21

作者 SHA1 备注 提交日期
  sandm a0d764cd21 Merge branch 'master' of http://59.57.98.130:3000/jjhc/jucai 1 月之前
  sandm 488aa13524 test 1 月之前
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

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