From 4a61a132ce09b1fd42fd80fcbff1855bad4c0f48 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 15 一月 2020 11:15:24 +0800 Subject: [PATCH] 2020-01-15 1.优化。 --- Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs index 530e7e1..1312266 100644 --- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs +++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs @@ -8,6 +8,8 @@ public readonly static string NetworkError = "Network Error"; //鍘熷洜 public readonly static string Reason = " Reason: "; + //璐﹀彿宸叉敞鍐岋紝婵�娲婚偖浠跺凡缁忛噸鏂板彂閫� + public readonly static string AccountYesRegisterNoIsverify = "The account is registered and the activation email has been resent!"; //璐﹀彿鏈縺娲� public readonly static string NOTVERIFY = "Account is not activated!"; //璐﹀彿鎴栧瘑鐮侀敊璇� @@ -63,5 +65,10 @@ public readonly static string GatewayVersionLow = "The gateway firmware version is too low, please upgrade first!"; //璇峰厛缁戝畾鏃犵嚎缃戝叧 2020-01-11 public readonly static string BindGatewayFirst = "Please bind the gateway first!"; + //鎮ㄧ殑甯愭埛宸插湪鍙︿竴鍙拌澶囦娇鐢ㄨ繙绋嬭繛鎺ョ櫥褰曪紒 + public readonly static string LoginInAnotherDevice = "Your account is signed in with a remote connection on another device!"; + //鎮ㄥ苟涓嶅叿鏈夋鍒嗕韩鑰呮浣忓畢鐨勫畬鍏ㄦ帶鍒舵潈闄�! + public readonly static string InsufficientAuthority = "You don't have full control over this sharer's home!"; + } } -- Gitblit v1.8.0