|
@@ -172,7 +172,7 @@ public class ExamRoomController extends BaseController {
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation("强制关闭考场")
|
|
@ApiOperation("强制关闭考场")
|
|
- @GetMapping(value = "/forceCloseExamRoom")
|
|
|
|
|
|
+ @PostMapping(value = "/forceCloseExamRoom")
|
|
public HttpResponseResult forceCloseExamRoom(Long examRoomId){
|
|
public HttpResponseResult forceCloseExamRoom(Long examRoomId){
|
|
return examRoomService.forceCloseExamRoom(examRoomId);
|
|
return examRoomService.forceCloseExamRoom(examRoomId);
|
|
}
|
|
}
|