From c26e134941964d21b9f973349e7804e8531fb2a3 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Fri, 26 Jul 2024 13:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E6=A1=A9=E5=81=9C=E6=AD=A2?= =?UTF-8?q?=E5=85=85=E7=94=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsowell/api/uniapp/customer/PersonPileController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-admin/src/main/java/com/jsowell/api/uniapp/customer/PersonPileController.java b/jsowell-admin/src/main/java/com/jsowell/api/uniapp/customer/PersonPileController.java index af483b600..f2da3261a 100644 --- a/jsowell-admin/src/main/java/com/jsowell/api/uniapp/customer/PersonPileController.java +++ b/jsowell-admin/src/main/java/com/jsowell/api/uniapp/customer/PersonPileController.java @@ -288,7 +288,7 @@ public class PersonPileController extends BaseController { * 其他人员只能停止自己启动的 */ @PostMapping("/personPileStopCharging") - public RestApiResponse personPileStopCharging(HttpServletRequest request, PersonPileStopChargingDTO dto) { + public RestApiResponse personPileStopCharging(HttpServletRequest request, @RequestBody PersonPileStopChargingDTO dto) { RestApiResponse response = null; try { String appId = request.getHeader("appId");