mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
fix: typo
This commit is contained in:
parent
de64b03054
commit
02e39b5714
@ -25,12 +25,12 @@ export interface CoreInfo {
|
||||
export interface BaseInfo {
|
||||
qid: string;
|
||||
longNick: string;
|
||||
birthdayYear: number;
|
||||
birthdayMonth: number;
|
||||
birthdayDay: number;
|
||||
birthday_year: number;
|
||||
birthday_month: number;
|
||||
birthday_day: number;
|
||||
age: number;
|
||||
sex: number;
|
||||
email: string;
|
||||
eMail: string;
|
||||
phoneNum: string;
|
||||
categoryId: number;
|
||||
richTime: number;
|
||||
@ -227,7 +227,7 @@ export interface ModifyProfileParams {
|
||||
nick: string;
|
||||
longNick: string;
|
||||
sex: Sex;
|
||||
birthday: { birthdayYear: string, birthdayMonth: string, birthdayDay: string };
|
||||
birthday: { birthday_year: string, birthday_month: string, birthday_day: string };
|
||||
location: any;
|
||||
}
|
||||
|
||||
@ -263,9 +263,9 @@ export interface User {
|
||||
age?: number;
|
||||
qqLevel?: QQLevel;
|
||||
qid?: string;
|
||||
birthdayYear?: number;
|
||||
birthdayMonth?: number;
|
||||
birthdayDay?: number;
|
||||
birthday_year?: number;
|
||||
birthday_month?: number;
|
||||
birthday_day?: number;
|
||||
topTime?: string;
|
||||
constellation?: number;
|
||||
shengXiao?: number;
|
||||
@ -273,7 +273,7 @@ export interface User {
|
||||
homeTown?: string;
|
||||
makeFriendCareer?: number;
|
||||
pos?: string;
|
||||
email?: string;
|
||||
eMail?: string;
|
||||
phoneNum?: string;
|
||||
college?: string;
|
||||
country?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user