提交 5745c274 作者: han

打印日志

上级 c1d4bab7
流水线 #8181 已通过 于阶段
in 2 分 23 秒
...@@ -95,6 +95,7 @@ public class AuthServiceImpl implements AuthService { ...@@ -95,6 +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.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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论