|
|
@@ -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<>();
|
|
|
|