|
@@ -526,7 +526,7 @@ Route::group([
|
|
|
$router->get('resume/apply/save/local', 'Web\Company\ResumeController@resumeSaveToLocal')->name('resume.apply.save.local'); //保存到电脑
|
|
|
$router->match(['get', 'post'], 'resume/send/email','Web\Company\ResumeController@sendToEmail')->name('resume.send.email');//发送到email
|
|
|
$router->get('resume/health/apply', 'Web\Company\ResumeController@resumeHealthApply')->name('resume.health.apply');
|
|
|
- $router->post('resume/health/download', 'Web\Company\ResumeController@resumeHealthDownload')->name('resume.health.download');
|
|
|
+ $router->any('resume/health/download', 'Web\Company\ResumeController@resumeHealthDownload')->name('resume.health.download');
|
|
|
//收到简历结束
|
|
|
//面试邀请开始
|
|
|
$router->get('resume/interview', 'Web\Company\ResumeController@interviewJobs')->name('resume.interview');//面试邀请
|