xiaoyong931011
2021-01-15 292a4634d9c52ce193eca9de356d65960bdc35f4
src/main/java/com/xcong/excoin/common/system/service/impl/CommonServiceImpl.java
@@ -29,9 +29,9 @@
    @Override
    public boolean verifyCode(String account, String code) {
        if (properties.isDebug()) {
            return true;
        }
//        if (properties.isDebug()) {
//            return true;
//        }
        String cacheCode = redisUtils.getString(AppContants.VERIFY_CODE_PREFIX + account);
        if (StrUtil.isBlank(cacheCode)) {
            return false;