fix:注册界面及相关功能
This commit is contained in:
14
src/typings/api.d.ts
vendored
14
src/typings/api.d.ts
vendored
@@ -138,6 +138,20 @@ declare namespace Api {
|
||||
uuid: string;
|
||||
authType: string;
|
||||
}
|
||||
interface RegisterBody{
|
||||
username: string;
|
||||
password: string;
|
||||
authType:string;
|
||||
email: string;
|
||||
fullName: string;
|
||||
age: number;
|
||||
address: string;
|
||||
sex: string;
|
||||
phonenumber: string;
|
||||
}
|
||||
interface EmailCaptcha{
|
||||
email:string;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user