wangwei 6 éve
szülő
commit
6c050226e9

+ 1 - 1
examcloud-core-examwork-api-provider/src/main/java/cn/com/qmth/examcloud/core/examwork/api/controller/ExamController.java

@@ -356,7 +356,7 @@ public class ExamController extends ControllerSupport {
 	 * @return
 	 */
 	@ApiOperation(value = "考试批次所有属性")
-	@GetMapping("{examId}/{key}")
+	@GetMapping("property/{examId}/{key}")
 	public String getExamProperty(@PathVariable Long examId, @PathVariable String key) {
 		ExamProperty ep = ExamProperty.valueOf(key);
 		ExamPropertyEntity one = examPropertyRepo.findByexamIdAndKeyId(examId, ep.getKeyId());