feat: 手机验证码作为用户凭证
This commit is contained in:
7
src/types/user.d.ts
vendored
7
src/types/user.d.ts
vendored
@@ -1,11 +1,6 @@
|
||||
export enum UserNumberEnum {
|
||||
phone = 'phone',
|
||||
wx = 'wx'
|
||||
}
|
||||
|
||||
export interface UserType {
|
||||
_id: string;
|
||||
email: string;
|
||||
username: string;
|
||||
openaiKey: string;
|
||||
balance: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user