ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java
@@ -84,7 +84,7 @@ R<BigDecimal> getCarDisCharge(); @PostMapping(value = "/region/getGreenElectricity") R<BigDecimal> getGreenElectricity(@RequestBody List<Integer> siteIds); R<BigDecimal> getGreenElectricity(); @PostMapping(value = "/region/carportData") R carportData(String parkingPlace);