Pu Zhibing
2025-07-22 3053622a190f1ed98a1fdd5ce998f9bda5cc7e87
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/factory/OtherFallbackFactory.java
@@ -118,7 +118,7 @@
            }
            @Override
            public R<BigDecimal> getGreenElectricity(List<Integer> siteIds) {
            public R<BigDecimal> getGreenElectricity() {
                return R.fail("远程调用获取配置失败:"+throwable.getMessage());
            }