新增批量
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user