fix
Helius
2021-11-30 c13c98374281a6316348979841a2fb249575ac26
src/main/java/com/xcong/excoin/common/system/controller/LoginController.java
@@ -93,6 +93,8 @@
        }
        redisUtils.set(redisToken, JSONObject.toJSONString(loginUserBean.getMemberEntity()), applicationProperties.getRedisExpire());
        redisUtils.set(redisMember, token);
        loginUserBean.getMemberEntity().setPassword(null);
        Map<String, Object> authInfo = new HashMap<>();
        // 开启debug模式,则将加密后的token返回
        if (applicationProperties.isDebug()) {