提交 8b7379d3 编写于 作者:  Peijun.zhao's avatar Peijun.zhao

苹果登录-跳过绑定-静默注册

上级 f7abd677
流水线 #31901 已失败 于阶段
in 0 second
......@@ -808,6 +808,11 @@ public class LoginServiceImpl implements LoginService {
PICAPDoctor doctor = doctorInfoMapper.queryDoctor(userId);
result.setEntireFlag(doctor.getEntire_flag());
result.setMobile(AESUtil.decryptV0(doctor.getMobile_phone()));
//added by joy begin
if(StringUtil.isEmpty(result.getMobile())){
result.setEntireFlag(2); // 传2给native时,跳过完善信息(apple登录用户,手机号为空的,跳过这个页面)
}
//added by joy end
}
//记录登录日志
LogLoginEntity entity = AccountLogEntityUtils.getLogLoginEntity(
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册