wxr
2022-03-18 8aa777aedd7492b7f2e28a172c2874f4ee7366a1
HDL_ON/Entity/Function/Function.cs
@@ -338,7 +338,7 @@
        /// <summary>
        /// 是否在线
        /// </summary>
        public bool online = true;
        public bool online2d = true;
        /// <summary>
        /// 云端数据创建的时间
        /// </summary>
@@ -556,6 +556,13 @@
                SaveFunctionFile();
                if (pack.Code == StateCode.SUCCESS)
                {
                    if (UI.RoomPage.bodyView != null)
                    {
                        Application.RunOnMainThread(() =>
                        {
                            UI.RoomPage.bodyView.ReLoadPage();
                        });
                    }
                }
                else
                {
@@ -709,12 +716,8 @@
            sendDataObj.time_stamp = Utlis.GetTimestamp();
            var acd = new AlinkDoorlockStatus();
            acd.sid = sid;
            acd.user_id = userId;
            acd.user_id = extStr;
            acd.ext_str = extStr;
#if DEBUG
            acd.user_id = "013";
            acd.ext_str = "999999";
#endif
            sendDataObj.objects.Add(acd);
            return sendDataObj;
        }