1
0
mirror of synced 2026-05-22 13:43:20 +00:00

fix spelling

This commit is contained in:
Hongwei Peng
2019-07-17 21:34:41 +08:00
parent 8d1f700e7f
commit 0ed3092d53
13 changed files with 15 additions and 15 deletions
@@ -78,7 +78,7 @@ public class AuthMiRequest extends AuthDefaultRequest {
.nickname(user.getString("miliaoNick"))
.avatar(user.getString("miliaoIcon"))
.email(user.getString("mail"))
.gender(AuthUserGender.UNKNOW)
.gender(AuthUserGender.UNKNOWN)
.token(authToken)
.source(AuthSource.MI)
.build();