From 66b7f13258d9755219b333bf7d4bbf8b721c63b0 Mon Sep 17 00:00:00 2001 From: tangwenkang <2720983602@qq.com> Date: Fri, 1 Dec 2023 14:10:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B7=BB=E5=8A=A0=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E8=BD=A8=E8=BF=B93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../history/server/controller/HistoricalTrackController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vehicle-history-server/src/main/java/com/dragon/vehicle/history/server/controller/HistoricalTrackController.java b/vehicle-history-server/src/main/java/com/dragon/vehicle/history/server/controller/HistoricalTrackController.java index 45a7a05..20af649 100644 --- a/vehicle-history-server/src/main/java/com/dragon/vehicle/history/server/controller/HistoricalTrackController.java +++ b/vehicle-history-server/src/main/java/com/dragon/vehicle/history/server/controller/HistoricalTrackController.java @@ -49,7 +49,7 @@ public class HistoricalTrackController { * @param historyReq * @return */ - @PostMapping("/CarRecord") + @PostMapping("/carRecord") @DS(value = "slave1") public Result> carRecord(@RequestBody HistoryReq historyReq){ return Result.success(historicalTrackService.carRecord(historyReq));