ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/feignClient/ParkingLotClient.java
@@ -53,4 +53,6 @@ R<TParkingLot> getParkingLotByAppKey(@RequestParam("appKey") String appKey); @PostMapping(value = "/t-parking-lot/getSiteIdByOrderId") R<Integer> getSiteIdByOrderId(@RequestParam("id") Long id); @PostMapping(value = "/t-parking-lot/getSiteIdAll") R<List<TParkingRecord>> getSiteIdAll(); }