JLChen
2020-01-15 4a61a132ce09b1fd42fd80fcbff1855bad4c0f48
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!";
    }
}