更新添加历史轨迹3
parent
c8b0bda8f2
commit
66b7f13258
|
@ -49,7 +49,7 @@ public class HistoricalTrackController {
|
|||
* @param historyReq
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/CarRecord")
|
||||
@PostMapping("/carRecord")
|
||||
@DS(value = "slave1")
|
||||
public Result<List<VehicleData>> carRecord(@RequestBody HistoryReq historyReq){
|
||||
return Result.success(historicalTrackService.carRecord(historyReq));
|
||||
|
|
Loading…
Reference in New Issue