From 55bca7094820b515bc601dd7a9bde7b136f865fc Mon Sep 17 00:00:00 2001 From: glperry <glperry@163.com> Date: 星期四, 26 十月 2023 16:11:15 +0800 Subject: [PATCH] 中危.4.API误用:不安全的框架绑定,缺陷7 --- src/main/java/com/whyc/controller/BattMapInformationController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/controller/BattMapInformationController.java b/src/main/java/com/whyc/controller/BattMapInformationController.java index 0fdd146..8732aba 100644 --- a/src/main/java/com/whyc/controller/BattMapInformationController.java +++ b/src/main/java/com/whyc/controller/BattMapInformationController.java @@ -15,7 +15,7 @@ @RestController @RequestMapping("battMapInformation") @Api(tags = "鏁版嵁绠$悊-鏈烘埧瀹氫綅淇℃伅绠$悊") -public class BattMapInformationController { +public class BattMapInformationController extends BaseController{ @Resource private BattMapInformationService service; -- Gitblit v1.9.1