fix:添加查询是否注册,页面问题修复
This commit is contained in:
5
src/typings/api.d.ts
vendored
5
src/typings/api.d.ts
vendored
@@ -152,6 +152,11 @@ declare namespace Api {
|
||||
interface EmailCaptcha{
|
||||
email:string;
|
||||
}
|
||||
interface CheckBody{
|
||||
username?: string;
|
||||
email?: string;
|
||||
phonenumber?:string;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user