From 7abc5e9ab69e12334ea9c4706d413e93cadef6d6 Mon Sep 17 00:00:00 2001 From: glperry <glperry@163.com> Date: 星期四, 26 十月 2023 16:11:15 +0800 Subject: [PATCH] 中危.4.API误用:不安全的框架绑定,缺陷8 --- src/main/java/com/whyc/controller/BatttestdataInfController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/whyc/controller/BatttestdataInfController.java b/src/main/java/com/whyc/controller/BatttestdataInfController.java index 61fe0de..cdb1f1b 100644 --- a/src/main/java/com/whyc/controller/BatttestdataInfController.java +++ b/src/main/java/com/whyc/controller/BatttestdataInfController.java @@ -17,7 +17,7 @@ @RequestMapping("Batttestdata_infAction") @RestController @Api(tags = "鍦ㄧ嚎鐩戞祴-鍘嗗彶鐩戞帶") -public class BatttestdataInfController { +public class BatttestdataInfController extends BaseController{ @Resource private BatttestdataInfService service; -- Gitblit v1.9.1