黄学彪
2020-03-23 cc0d80c7d86c6d0167269b3408c4b30c24ce84e9
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
@@ -606,6 +606,13 @@
            dic = dicMsg[keys];
            //指定的住宅不存在
            dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord;
            //标记全部已读或者清空所有消息
            keys = "MessageCenter/TagAllOrClearMessageCenter";
            dicMsg[keys] = new Dictionary<string, int>();
            dic = dicMsg[keys];
            //指定的住宅不存在
            dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord;
        }
        /// <summary>
@@ -662,7 +669,7 @@
                //在册的Msg
                return Language.StringByID(dicMsg[requestName][statuCode]);
            }
            return "ERROR:" + statuCode;
            return "Error:" + statuCode;
        }
    }
}