提交 271a739d 作者: han

调试

上级 70a93365
流水线 #8065 已通过 于阶段
in 2 分 20 秒
......@@ -95,6 +95,7 @@ public class AuthServiceImpl implements AuthService {
String unionId;
String openId;
String sessionKey;
log.info("登录信息:{}", wxLoginVO);
log.info("上级推荐人:{}", wxLoginVO.getRcdUserId());
if (wxLoginVO.getFromPort().toString().equals(WxConstant.APP.toString())) {
//调用小程序登录接口,里面包含unionId
......@@ -116,6 +117,7 @@ public class AuthServiceImpl implements AuthService {
}
//数据库查询用户信息
UserAccountVO userAccountVO = userAccountService.getUserAccountInfoByUnionId(unionId);
log.info("unionId是:{}",unionId);
Integer companyAuthStatus = 0;
Boolean isNewPilot = true;
if (userAccountVO == null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论