From bd46c57c77c276014db3192a4e2cc96e23c93202 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 21 二月 2020 13:08:47 +0800
Subject: [PATCH] 先上传个版本吧

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

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
index e4fbd08..e04b70b 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Common/IMessageCommon.cs
@@ -585,6 +585,34 @@
             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;
         }
 
         /// <summary>
@@ -641,7 +669,7 @@
                 //鍦ㄥ唽鐨凪sg
                 return Language.StringByID(dicMsg[requestName][statuCode]);
             }
-            return "ERROR:" + statuCode;
+            return "Error:" + statuCode;
         }
     }
 }

--
Gitblit v1.8.0