skjcmanager/skjcmanager-service/skjcmanager-user/src/main/java/cn/gistack/system/user/sync/util/SecurityUtil.java
@@ -58,9 +58,12 @@ if (isBlank(encryptResultStr)) { throw new BusinessException(ErrorCode.CONTENT_EMPTY_ERROR); } if (secretKey.length() != CimsConstants.SECRET_KEY_LENGTH || !secretKey.matches(CimsConstants.SECRET_KEY_REGEX)) { if (isBlank(secretKey)) { throw new BusinessException(ErrorCode.SECRET_KEY_ERROR); } // if (secretKey.length() != CimsConstants.SECRET_KEY_LENGTH || !secretKey.matches(CimsConstants.SECRET_KEY_REGEX)) { // throw new BusinessException(ErrorCode.SECRET_KEY_ERROR); // } }