提交 e534a4b6 编写于 作者: 智布道's avatar 智布道 👁

🍻 解决Issue #IY2FV

上级 42ede32f
...@@ -50,6 +50,7 @@ public class AuthDingTalkRequest extends BaseAuthRequest { ...@@ -50,6 +50,7 @@ public class AuthDingTalkRequest extends BaseAuthRequest {
object = object.getJSONObject("user_info"); object = object.getJSONObject("user_info");
AuthToken token = AuthToken.builder() AuthToken token = AuthToken.builder()
.openId(object.getString("openid")) .openId(object.getString("openid"))
.unionId(object.getString("unionid"))
.build(); .build();
return AuthUser.builder() return AuthUser.builder()
.uuid(object.getString("unionid")) .uuid(object.getString("unionid"))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册