瀏覽代碼

更新!

TRX 1 年之前
父節點
當前提交
7aeab2e61f

+ 2 - 2
FullCardServer/src/main/java/com/zhongshu/card/server/core/httpRequest/conf/IotCenterAPIConfig.java

@@ -21,9 +21,9 @@ public class IotCenterAPIConfig {
     // 项目同步
     public static final String syncFromFullCardProjects = "/projectSync/free/syncFromFullCardProjects";
 
-    public static final String openAPISendMessage = "/iotOpenAPI/manager/sendIotMessage";
+    public static final String openAPISendMessage = "/iotOpenAPI/manager/v1/sendIotMessage";
 
-    public static final String sendIotGateWayMessage = "/iotOpenAPI/manager/sendIotGateWayMessage";
+    public static final String sendIotGateWayMessage = "/iotOpenAPI/manager/v1/sendIotGateWayMessage";
 
     public static final HashMap<String, ApiConfParam> map = new HashMap<>();