面试/面谈
This commit is contained in:
@@ -78,8 +78,7 @@ public class PCLineInterviewController {
|
||||
@ApiOperation("上传文件")
|
||||
@GetMapping("/upload/video")
|
||||
public ResponseResult uploadVideo(@RequestParam("interviewId")Long interviewId, @RequestParam("videoUrlList") List<String> videoUrlList) throws ApiException {
|
||||
Boolean result = lineInterviewService.uploadVideo(interviewId, videoUrlList);
|
||||
return ResponseResult.success(result);
|
||||
return ResponseResult.success(lineInterviewService.uploadVideo(interviewId, videoUrlList));
|
||||
}
|
||||
|
||||
@ApiOperation("重新面审")
|
||||
|
||||
Reference in New Issue
Block a user