Helius
2021-06-17 bc1350318fc28f23b22a07d2e41c5e00c504ddaa
modify
1 files modified
2 ■■■■■ changed files
src/main/java/com/xcong/excoin/common/system/controller/LoginController.java 2 ●●●●● patch | view | raw | blame | history
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()) {