mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 17:26:35 +08:00
fix(core): 统一用户昵称字段名称从 nickName 改为 nick
This commit is contained in:
@@ -9,7 +9,7 @@ export interface SocialInfo {
|
||||
refreshToken: string;
|
||||
openId: string;
|
||||
userName: string;
|
||||
nickName: string;
|
||||
nick: string;
|
||||
email: string;
|
||||
avatar: string;
|
||||
accessCode?: any;
|
||||
|
||||
Reference in New Issue
Block a user