更新添加历史轨迹3

master
tangwenkang 2023-12-01 14:10:40 +08:00
parent c8b0bda8f2
commit 66b7f13258
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class HistoricalTrackController {
* @param historyReq * @param historyReq
* @return * @return
*/ */
@PostMapping("/CarRecord") @PostMapping("/carRecord")
@DS(value = "slave1") @DS(value = "slave1")
public Result<List<VehicleData>> carRecord(@RequestBody HistoryReq historyReq){ public Result<List<VehicleData>> carRecord(@RequestBody HistoryReq historyReq){
return Result.success(historicalTrackService.carRecord(historyReq)); return Result.success(historicalTrackService.carRecord(historyReq));