zainali5120
2020-11-23 72086633f99f775e42c70f7aabce836e5b8b0597
src/main/java/com/xcong/excoin/common/system/controller/LoginController.java
@@ -91,7 +91,7 @@
                redisUtils.del(AppContants.PC_LOGIN_PREFIX + redisUtils.getString(redisMember));
            }
        }
        redisUtils.set(redisToken, JSONObject.toJSONString(loginUserBean.getMemberEntity()), applicationProperties.getRedisExpire());
        redisUtils.set(redisToken, JSONObject.toJSONString(loginUserBean.getMemberEntity()));
        redisUtils.set(redisMember, token);
        Map<String, Object> authInfo = new HashMap<>();
        // 开启debug模式,则将加密后的token返回