Commit de65aaa3 authored by shiyu's avatar shiyu

完成登录返回微信二维码

parent c65aff9e
......@@ -279,6 +279,7 @@ public class UserServiceImpl implements UserService {
result.put("name", com.xxdxxs.utils.StringUtils.isEmpty(user.getNickname()) ? "微信用户" : user.getNickname());
result.put("background", com.xxdxxs.utils.StringUtils.isEmpty(user.getBackground()) ? CommConsts.DEFAULT_BACKGROUND_URL : user.getBackground());
result.put("profile", user.getProfile());
result.put("wechatQrCode", user.getWechatQrCode());
long fansNum = followFansRecordDao.countFans(dto.getUserId());
result.put("fansNum", fansNum);
logger.info("【请求结束】登录信息初始化成功, 响应结果:{}", JSONObject.toJSONString(result));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment