|
@@ -157,7 +157,7 @@ public class ExtractConfigCloudServiceProvider implements ExtractConfigCloudServ
|
|
|
@ApiOperation(value = "根据试卷id查询主观题与客观题数量")
|
|
|
@PostMapping("getQuestionStructure")
|
|
|
@Override
|
|
|
- public GetQuestionListResp getQuestionStructure(GetBasePaperReq req) {
|
|
|
+ public GetQuestionListResp getQuestionStructure(@RequestBody GetBasePaperReq req) {
|
|
|
String paperId = req.getPaperId();
|
|
|
if (null == paperId) {
|
|
|
throw new StatusException("Q-010163", "paperId is null");
|