weiwenhai 6 жил өмнө
parent
commit
d810bbc356

+ 1 - 1
examcloud-core-questions-api-provider/src/main/java/cn/com/qmth/examcloud/core/questions/api/provider/ExtractConfigCloudServiceProvider.java

@@ -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");