src/main/java/com/xcong/excoin/common/system/service/impl/CommonServiceImpl.java @@ -29,7 +29,6 @@ if (StrUtil.isBlank(cacheCode)) { return false; } return code.equals(cacheCode); }