src/main/java/com/xcong/excoin/common/system/service/impl/CommonServiceImpl.java | ●●●●● patch | view | raw | blame | history |
src/main/java/com/xcong/excoin/common/system/service/impl/CommonServiceImpl.java
@@ -29,7 +29,12 @@ if (StrUtil.isBlank(cacheCode)) { return false; } return code.equals(cacheCode); if (code.equals(cacheCode)) { redisUtils.del(AppContants.VERIFY_CODE_PREFIX + account); return true; } else { return false; } } @Override