提交 a3d33992 作者: han

打印日志

上级 5745c274
...@@ -95,7 +95,7 @@ public class AuthServiceImpl implements AuthService { ...@@ -95,7 +95,7 @@ public class AuthServiceImpl implements AuthService {
String unionId; String unionId;
String openId; String openId;
String sessionKey; String sessionKey;
log.info("登录信息:{}", wxLoginVO.getRcdUserId()); log.info("登录信息:{}", wxLoginVO);
log.info("上级推荐人:{}", wxLoginVO.getRcdUserId()); log.info("上级推荐人:{}", wxLoginVO.getRcdUserId());
if (wxLoginVO.getFromPort().toString().equals(WxConstant.APP.toString())) { if (wxLoginVO.getFromPort().toString().equals(WxConstant.APP.toString())) {
//调用小程序登录接口,里面包含unionId //调用小程序登录接口,里面包含unionId
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论