1
0
mirror of synced 2025-12-28 02:40:42 +08:00

🍻 解决Issue #IY2FV

This commit is contained in:
yadong.zhang
2019-06-18 19:56:00 +08:00
parent 42ede32fc5
commit e534a4b62e

View File

@@ -50,6 +50,7 @@ public class AuthDingTalkRequest extends BaseAuthRequest {
object = object.getJSONObject("user_info");
AuthToken token = AuthToken.builder()
.openId(object.getString("openid"))
.unionId(object.getString("unionid"))
.build();
return AuthUser.builder()
.uuid(object.getString("unionid"))