|
|
@@ -75,9 +75,9 @@ public class WxTokenService {
|
|
|
String userKey = getTokenKey(uuid);
|
|
|
log.info("userKey: {}", userKey);
|
|
|
//测试环境使用缓存 WxLoginUser的信息直接返回
|
|
|
- if(DEV.equals(env)) {
|
|
|
+ /*if(DEV.equals(env)) {
|
|
|
userKey = "tf:e9df2769-5626-45f0-97f9-05a158fc0a6d";
|
|
|
- }
|
|
|
+ }*/
|
|
|
WxLoginUser user = redisCache.getCacheObject(userKey);
|
|
|
log.info("user对象的值:{}", JSON.toJSONString(user));
|
|
|
return user;
|