AI 接口添加
This commit is contained in:
@@ -212,4 +212,14 @@ public class HotakeAiCommonToolsController extends BaseController {
|
||||
{
|
||||
return R.ok(hotakeAiCommonToolsService.handleCandidateCompatibility(compatibilityVo));
|
||||
}
|
||||
|
||||
/**
|
||||
* 候选人面试综合评估
|
||||
*/
|
||||
@ApiOperation("候选人面试综合评估")
|
||||
@PostMapping(value = "/candidateInterviewEvaluation")
|
||||
public R<HotakeCandidateCompatibilityDto> candidateInterviewEvaluation(@RequestBody HotakeCandidateInterviewEvaluationVo evaluationVo)
|
||||
{
|
||||
return R.ok(hotakeAiCommonToolsService.getCandidateInterviewEvaluation(evaluationVo));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user