JLChen
2020-12-09 6a860510eb765d6bd90fc324e70698410e1a1d70
Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs
@@ -74,7 +74,11 @@
        public readonly static string ControlFailure = ", fail to control.";
        //网关无响应,请重试!
        public readonly static string GatewayNoResponse = "No response from gateway, please try again!";
        //密码必须是8-20个字符,包括至少一个大小写字母,数字和特殊字符。
        public readonly static string PasswordStrengthNotMatch = "The password must be 8-20 characters, including at least one uppercase and lowercase letters, numbers and special characters.";
        //密码不能包含用户名
        public readonly static string PasswordNotUsername = "Password cannot contain username";
    }
}