1
0
mirror of synced 2026-04-21 17:08:36 +08:00

📝 集成华为

This commit is contained in:
yadong.zhang
2019-08-05 22:32:35 +08:00
parent 665daa37b2
commit 1ab1cc124a
2 changed files with 3 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ public class AuthHuaweiRequest extends AuthDefaultRequest {
.nickname(object.getString("userName"))
.gender(gender)
.avatar(object.getString("headPictureURL"))
.token(authToken)
.source(source)
.build();
}