HDL_ON/Common/ApiUtlis.cs
@@ -187,6 +187,7 @@ //处理剩下的新增功能 foreach (var newFunction in deviceList.list) { newFunction.AssembleStatus(); newFunction.SaveFunctionFile(); FunctionList.List.IniFunctionList(newFunction.savePath); } @@ -270,7 +271,7 @@ foreach (var video in FunctionList.List.videoIntercom) { if (video.interphoneType == "IMOUVISIAL") if (video.interphoneType == InterphoneType.IMOUVISIAL.ToString()) { UI.UI2.PersonalCenter.PirDevice.PirSend.LcSubAccessToken = video.subAccountToken; }