feat: 邀请注册
This commit is contained in:
2
src/types/mongoSchema.d.ts
vendored
2
src/types/mongoSchema.d.ts
vendored
@@ -14,6 +14,8 @@ export interface UserModelSchema {
|
||||
username: string;
|
||||
password: string;
|
||||
balance: number;
|
||||
inviterId?: string;
|
||||
promotionAmount: number;
|
||||
openaiKey: string;
|
||||
createTime: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user