zainali5120
2020-10-09 bc489f2d0ac40d23260d961f7eb43634b8a69fea
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