Helius
2020-10-29 ff9797c9c09024973416191fb08ef6ce046cf5fc
modify
1 files modified
6 ■■■■ changed files
src/main/java/com/xcong/excoin/common/system/service/impl/CommonServiceImpl.java 6 ●●●● patch | view | raw | blame | history
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;