puzhibing
2025-02-11 0275498af38bc1c8fbc5bfea54f3cce3550fd6ab
ruoyi-api/ruoyi-api-chargingPile/src/main/java/com/ruoyi/chargingPile/api/factory/ChargingGunFallbackFactory.java
@@ -30,6 +30,16 @@
        log.error("充电枪调用失败:{}", throwable.getMessage());
        return new ChargingGunClient() {
    
            @Override
            public R<List<TChargingGun>> getAllGun() {
                return null;
            }
            @Override
            public R<List<TChargingPile>> getAllPile() {
                return null;
            }
            @Override
            public R<String> getAllName(Integer id) {
                return R.fail("根据id获取充电枪完整名称失败:" + throwable.getMessage());