提交 330be1aa authored 作者: hzh's avatar hzh

代码优化

上级 a446fa59
......@@ -65,7 +65,7 @@ public class XcxAuthStrategy extends AbstractMallStrategy implements IAuthStrate
phone = WeixinUtils.authParsePhone(new WxAuthPhoneParseReq()
.setEncryptedData(loginBody.getEncryptedData())
.setIv(loginBody.getIv())
.setSessionKey(loginBody.getSessionKey()));
.setSessionKey(auth.getSessionKey()));
remoteUserService.registerWxUserInfo(new RemoteWxUserBo()
.setTenantId(loginBody.getTenantId())
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论