liujie
5 天以前 2b9e4d54c6b454a857f661d232aa4a0d451f7920
大屏替换路径
1个文件已修改
2 ■■■ 已修改文件
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/OtherClient.java 2 ●●● 补丁 | 查看 | 原始文档 | 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);