|
@@ -95,12 +95,6 @@ public class PaperController extends BaseController {
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|
|
|
|
|
|
- @ApiOperation(value = "设置满分")
|
|
|
|
- @RequestMapping(value = "total-score", method = RequestMethod.POST)
|
|
|
|
- public PaperVo totalScore(@RequestParam Long paperId, @RequestParam Double totalScore) {
|
|
|
|
- return null;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
@ApiOperation(value = "试卷结构提交")
|
|
@ApiOperation(value = "试卷结构提交")
|
|
@RequestMapping(value = "struct/submit ", method = RequestMethod.POST)
|
|
@RequestMapping(value = "struct/submit ", method = RequestMethod.POST)
|
|
public PaperVo structSubmit(@RequestBody StructDomain domain) {
|
|
public PaperVo structSubmit(@RequestBody StructDomain domain) {
|