From 9c16d3614d9b88c637f967518a329f239fcd3aaf Mon Sep 17 00:00:00 2001
From: lss <316519258@qq.com>
Date: 星期五, 12 六月 2020 09:22:04 +0800
Subject: [PATCH] 2020.06.12

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs |   41 +++++++++++++++++++++++++++++++++++++++--
 1 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
index 2f3a945..c0e1669 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
@@ -113,7 +113,7 @@
             dic = dicMsg[keys];
             //楠岃瘉鐮侀敊璇�
             dic["ValidCodeAndPhoneNoEqual"] = R.MyInternationalizationString.ValidatorCode_ValidCodeAndPhoneNoEqual;
-            //鏈彂閫侀獙璇佺爜鍒版璐﹀彿
+            //楠岃瘉鐮佸凡澶辨晥
             dic["NoRecord"] = R.MyInternationalizationString.ValidatorCode_NoRecord;
 
             //缁戝畾鎴栬�呮洿鎹富璐﹀彿
@@ -499,6 +499,8 @@
             dic["Fail"] = R.MyInternationalizationString.uOperationFailed;
             //璐﹀彿涓嶅瓨鍦�
             dic["AccountNoExists"] = R.MyInternationalizationString.uAccountNoExists;
+            //鍘熷瘑鐮佸拰鏂板瘑鐮佺浉鍚�
+            dic["NewPasswordAndOldPasswordEqual"] = R.MyInternationalizationString.UpdatePassword_NewPasswordAndOldPasswordEqual;
 
             //鏇存柊鐢ㄦ埛澶寸浉
             keys = "ZigbeeUsers/UpdateHeadImage";
@@ -583,6 +585,41 @@
             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;
+
+            //鏍囪鍏ㄩ儴宸茶鎴栬�呮竻绌烘墍鏈夋秷鎭�
+            keys = "MessageCenter/TagAllOrClearMessageCenter";
+            dicMsg[keys] = new Dictionary<string, int>();
+            dic = dicMsg[keys];
+            //鎸囧畾鐨勪綇瀹呬笉瀛樺湪
+            dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord;
+
+            //瀛愯处鍙峰垹闄や富甯愬彿鍒嗕韩杩囨潵鐨勪綇瀹�
+            keys = "ZigbeeUsers/SubAccountDelShareHome";
+            dicMsg[keys] = new Dictionary<string, int>();
+            dic = dicMsg[keys];
+            //鎸囧畾鐨勪綇瀹呬笉瀛樺湪
+            dic["NoRecord"] = R.MyInternationalizationString.uZigbeeHome_NoRecord;
         }
 
         /// <summary>
@@ -639,7 +676,7 @@
                 //鍦ㄥ唽鐨凪sg
                 return Language.StringByID(dicMsg[requestName][statuCode]);
             }
-            return "ERROR:" + statuCode;
+            return "Error:" + statuCode;
         }
     }
 }

--
Gitblit v1.8.0