fix(core): 统一用户昵称字段名称从 nickName 改为 nick

This commit is contained in:
dubai
2026-01-11 14:04:57 +08:00
parent bd51228293
commit d12769dd29
19 changed files with 31 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ export interface SocialInfo {
refreshToken: string;
openId: string;
userName: string;
nickName: string;
nick: string;
email: string;
avatar: string;
accessCode?: any;