TRX 1 tahun lalu
induk
melakukan
87a4f575cd

+ 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 = "/oitOpenAPI/manager/sendIotMessage";
+    public static final String openAPISendMessage = "/iotOpenAPI/manager/sendIotMessage";
 
-    public static final String sendIotGateWayMessage = "/oitOpenAPI/manager/sendIotGateWayMessage";
+    public static final String sendIotGateWayMessage = "/iotOpenAPI/manager/sendIotGateWayMessage";
 
     public static final HashMap<String, ApiConfParam> map = new HashMap<>();