|
@@ -688,6 +688,7 @@ public class UserLogic {
|
|
|
userWxBean.setToken(token);
|
|
|
userWxBean.setShoppingCartNums(shoppingCartLogic.total(userWxBean.getUserId()));
|
|
|
redisUtil.set(Constant.RedisPrefix.TOKEN_WX + token, userWxBean.getUserId(), 7 * 24 * 60 * 60 * 1000);
|
|
|
+ log.info("小程序登录用户token : {} : {}", userWxBean.getNickName(), userWxBean.getToken());
|
|
|
return userWxBean;
|
|
|
}
|
|
|
|