From 802f200c004348defca5cefd047ad843c74abadd Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期四, 01 四月 2021 09:21:42 +0800 Subject: [PATCH] Merge branch 'temp-wxr' into WJC --- HDL_ON/Common/ApiUtlis.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/ApiUtlis.cs b/HDL_ON/Common/ApiUtlis.cs index 62d7ea7..364561b 100644 --- a/HDL_ON/Common/ApiUtlis.cs +++ b/HDL_ON/Common/ApiUtlis.cs @@ -277,6 +277,13 @@ //===================璇诲彇閫昏緫鍒楄〃========================== UI.UI2.Intelligence.Automation.MainView.GetLogicList(); + //===================璇诲彇鍙瀵硅鏁版嵁========================== + var flVideoInfo = HttpRequest.CheckFlVideo(); + if(flVideoInfo.Code == StateCode.SUCCESS) + { + FunctionList.List.videoIntercom = Newtonsoft.Json.JsonConvert.DeserializeObject<UI.UI2.FuntionControlView.Video.VideoMethod.VideoClouds>(flVideoInfo.Data.ToString()); + } + } catch (Exception ex) { -- Gitblit v1.8.0