HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-01-06 72be4f06a683de33ddd563c8447c39f7f17e5b7d
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
@@ -585,6 +585,27 @@
            dic["DistributedMarkNoRecord"] = R.MyInternationalizationString.uAccountNoExists;
            //权限不足
            dic["BeRestrict"] = R.MyInternationalizationString.uBeRestrict;
            //获取消息中心数据
            keys = "MessageCenter/GetMessageCenterPagger";
            dicMsg[keys] = new Dictionary<string, int>();
            dic = dicMsg[keys];
            //指定的住宅不存在
            dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord;
            //标记消息为已读或未读
            keys = "MessageCenter/TagMessageMessageCenterItem";
            dicMsg[keys] = new Dictionary<string, int>();
            dic = dicMsg[keys];
            //指定的住宅不存在
            dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord;
            //删除消息
            keys = "MessageCenter/DelMessageCenterItem";
            dicMsg[keys] = new Dictionary<string, int>();
            dic = dicMsg[keys];
            //指定的住宅不存在
            dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord;
        }
        /// <summary>