From 4a3ed57ad910232bf5b8e2c3c3d865e3adcd9575 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Wed, 7 Jan 2026 13:22:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20[=E8=90=BD=E7=AC=94=E7=95=99=E7=97=95]?= =?UTF-8?q?=20=E6=97=A5=E5=BF=97=E8=AE=B0=E5=BD=95=E6=94=B9=E4=B8=BApost?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/hxhq/business/controller/TestController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/TestController.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/TestController.java index d173fe9..0b59384 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/TestController.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/TestController.java @@ -68,7 +68,7 @@ public class TestController extends BaseController /** * 查询落笔留痕 */ - @GetMapping("/testLblh") + @PostMapping("/testLblh") public AjaxResult testLblh(@RequestBody JSONObject json) { logger.info("落笔留痕请求:"+JSONObject.toJSONString(json));