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