新增批量

This commit is contained in:
杨志
2026-01-06 11:23:52 +08:00
parent e41dd33d23
commit cb7ad9a4b7
15 changed files with 1371 additions and 75 deletions

View File

@@ -17,4 +17,7 @@ Route::get('think', function () {
Route::get('hello/:name', 'index/hello');
// 岗位简历匹配度计算接口
Route::post('match/calculate', 'match/calculate');
Route::post('match/calculate', '\app\controller\MatchController@calculate');
// 批量匹配查询接口(基于数据库)
Route::post('match/batch', '\app\controller\MatchController@batchMatch');