|
@@ -86,7 +86,7 @@ public class QuestionCloudServiceProvider implements QuestionCloudService{
|
|
@ApiOperation(value = "保存多个试题")
|
|
@ApiOperation(value = "保存多个试题")
|
|
@PostMapping("save_list")
|
|
@PostMapping("save_list")
|
|
@Override
|
|
@Override
|
|
- public GetCommonResp saveQuestionList(GetDefaultQuesionListReq req) {
|
|
|
|
|
|
+ public GetCommonResp saveQuestionList(@RequestBody GetDefaultQuesionListReq req) {
|
|
List<DefaultQuestion> defaultQuestions = req.getDefaultQuestions();
|
|
List<DefaultQuestion> defaultQuestions = req.getDefaultQuestions();
|
|
String message = questionProviderService.saveList(defaultQuestions);
|
|
String message = questionProviderService.saveList(defaultQuestions);
|
|
GetCommonResp resp = new GetCommonResp();
|
|
GetCommonResp resp = new GetCommonResp();
|