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 {
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user