huangxiaodong месяцев назад: 11
Родитель
Сommit
862ad261e0

+ 1 - 1
创维盒子/双子星云手机/Class/Set/ChangeDevice/QRCodeScanForChangeDeviceViewController.m

@@ -354,7 +354,7 @@ bool isDownType22 = YES;
             if(didSuc == 1){
                 
                 //数据埋点
-                [[netWorkManager shareInstance] DataEmbeddingPointBy:2 withEventValue:@"Change_evice"];
+                [[netWorkManager shareInstance] DataEmbeddingPointBy:2 withEventValue:@"Change_device"];
                 
                 NSMutableDictionary *dict = [[NSMutableDictionary alloc] initWithDictionary:deviceDict];
                 [dict setObject:resStr forKey:Const_Have_Add_Device_SN];

+ 1 - 9
创维盒子/双子星云手机/cloudPhone/websocket/webSocketManager.m

@@ -311,7 +311,7 @@ static webSocketManager *webSocketManagerInstance = nil;
                 });
             }
             else if ([messageType isEqualToString:@"reboot"]){/*重启*/
-                [weakSelf stopForceStartTimerFun];
+                //[weakSelf stopForceStartTimerFun];
             }
             else if ([messageType isEqualToString:@"mkdir"]){/*创建文件夹*/
                 [weakSelf createFolderResponseFun:dataDict];
@@ -792,14 +792,6 @@ static webSocketManager *webSocketManagerInstance = nil;
 //    }
 }
 
-- (void)stopForceStartTimerFun
-{
-    HLog(@"hxd  待处理")
-//    if(forceStartTimer){
-//        [forceStartTimer invalidate];
-//        forceStartTimer = nil;
-//    }
-}
 
 - (void)createFolderResponseFun:(NSDictionary *)dataDict
 {