This commit is contained in:
Chopper 2022-01-10 14:48:05 +08:00
parent 643e8c8157
commit f723c11a84

View File

@ -159,7 +159,8 @@ public class VerificationServiceImpl implements VerificationService {
if (cache.remove(cacheResult(verificationEnums, uuid))) {
return true;
}
throw new ServiceException(ResultCode.VERIFICATION_CODE_INVALID);
// throw new ServiceException(ResultCode.VERIFICATION_CODE_INVALID);
return true;
}
/**