预约申请
This commit is contained in:
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
|
||||
@Api(tags = "加盟商资格面试")
|
||||
@RestController
|
||||
@RequestMapping("interview")
|
||||
@RequestMapping("/interview")
|
||||
public class InterviewController {
|
||||
|
||||
@Autowired
|
||||
@@ -47,7 +47,7 @@ public class InterviewController {
|
||||
|
||||
@PostMapping("/appointment/submit")
|
||||
@ApiOperation("预约面试")
|
||||
public ResponseResult<CreateAppointmentVO> createAppointment(@RequestBody CreateAppointmentReq request) {
|
||||
public ResponseResult<CreateAppointmentVO> createAppointment(@RequestBody CreateAppointmentReq request) throws ApiException {
|
||||
return ResponseResult.success(interviewBaseService.createAppointment(request));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user