src/main/java/com/genersoft/iot/vmp/service/IPlatformService.java
@@ -35,11 +35,17 @@ * 平台离线 * @param parentPlatform 平台信息 */ void offline(ParentPlatform parentPlatform); void offline(ParentPlatform parentPlatform, boolean stopRegisterTask); /** * 向上级平台发起注册 * @param parentPlatform */ void login(ParentPlatform parentPlatform); /** * 向上级平台发送位置订阅 * @param platformId 平台 */ void sendNotifyMobilePosition(String platformId); }