提交 91e7471c 编写于 作者: wangxinxu's avatar wangxinxu

扫码登录

上级 46bcf01d
流水线 #32152 已失败 于阶段
in 0 second
......@@ -340,6 +340,7 @@ public class LoginServiceImpl implements LoginService {
@Override
public LoginResult loginQRCode(BaseRequest request){
AccountInfoEntity accountInfoEntity = accountInfoDetailMapper.selectByMobile(request.getMobile());
request.setMobile(EncryptUtils.decryptContent(request.getMobile(), EncryptConstants.ENCRYPT_TYPE_MOBILE, EncryptConstants.ENCRYPT_DECRYPT_KEY));
return processLogin(request, accountInfoEntity.getId(), 8);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册