From 32e9d5fd0a1eb454b0a7f84adf068bf7b36d6956 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期三, 06 十一月 2024 18:42:57 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/factory/IntegrationFallbackFactory.java | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/factory/IntegrationFallbackFactory.java b/ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/factory/IntegrationFallbackFactory.java
index 87a7d65..3424e16 100644
--- a/ruoyi-api/ruoyi-api-integration/src/main/java/com/ruoyi/integration/api/factory/IntegrationFallbackFactory.java
+++ b/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());
+ }
};
}
}
--
Gitblit v1.7.1