无关风月
2025-07-15 88fc0b5a9a68b5a26c62b8e98adb2ba0468e09de
ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/factory/IntegrationFallbackFactory.java
@@ -122,6 +122,11 @@
            public R<String> platformRemoteUpdate(PlatformRemoteUpdate platformRemoteUpdate) {
                return R.fail("远程更新调用失败:" + throwable.getMessage());
            }
            @Override
            public R<String> setupBillingModel1(String deviceId, String json) {
                return R.fail("远程更新硬件:" + throwable.getMessage());
            }
        };
    }
}