fix: typo

This commit is contained in:
手瓜一十雪 2024-11-21 11:06:03 +08:00
parent de64b03054
commit 02e39b5714

View File

@ -25,12 +25,12 @@ export interface CoreInfo {
export interface BaseInfo { export interface BaseInfo {
qid: string; qid: string;
longNick: string; longNick: string;
birthdayYear: number; birthday_year: number;
birthdayMonth: number; birthday_month: number;
birthdayDay: number; birthday_day: number;
age: number; age: number;
sex: number; sex: number;
email: string; eMail: string;
phoneNum: string; phoneNum: string;
categoryId: number; categoryId: number;
richTime: number; richTime: number;
@ -227,7 +227,7 @@ export interface ModifyProfileParams {
nick: string; nick: string;
longNick: string; longNick: string;
sex: Sex; sex: Sex;
birthday: { birthdayYear: string, birthdayMonth: string, birthdayDay: string }; birthday: { birthday_year: string, birthday_month: string, birthday_day: string };
location: any; location: any;
} }
@ -263,9 +263,9 @@ export interface User {
age?: number; age?: number;
qqLevel?: QQLevel; qqLevel?: QQLevel;
qid?: string; qid?: string;
birthdayYear?: number; birthday_year?: number;
birthdayMonth?: number; birthday_month?: number;
birthdayDay?: number; birthday_day?: number;
topTime?: string; topTime?: string;
constellation?: number; constellation?: number;
shengXiao?: number; shengXiao?: number;
@ -273,7 +273,7 @@ export interface User {
homeTown?: string; homeTown?: string;
makeFriendCareer?: number; makeFriendCareer?: number;
pos?: string; pos?: string;
email?: string; eMail?: string;
phoneNum?: string; phoneNum?: string;
college?: string; college?: string;
country?: string; country?: string;