JLChen
2020-06-05 f86c8b5dcf5c84386745b009fc4115fa9db3b76d
SmartHome/SmartHome/HDL/Operation/RemoteInfo.cs
@@ -34,9 +34,9 @@
                    if (revertObj.StateCode == "SUCCESS") {
                        var msgList = Newtonsoft.Json.JsonConvert.DeserializeObject<List<RemoteInfoMsg>> (revertObj.ResponseData.ToString ());
                        //清楚角标
                        new WebClient().DownloadData ($"https://global.hdlcontrol.com/HangZhouHdlCloudApi/ZigbeeUsers/CornerClear");
                        //
                        ////清楚角标 2020-06-05 高胜说云端已自动清空,不需要调用
                        //new WebClient().DownloadData ($"https://global.hdlcontrol.com/HangZhouHdlCloudApi/ZigbeeUsers/CornerClear");
                        if (msgList == null || msgList.Count == 0)
                            return;
                        if (msgList.Count == Current.RemoteInfoList.Count && msgList [msgList.Count - 1].MsgTime == Current.RemoteInfoList [Current.RemoteInfoList.Count - 1].MsgTime)