perf: 合并用户平台框架修改
This commit is contained in:
6
src/typings/api.d.ts
vendored
6
src/typings/api.d.ts
vendored
@@ -152,6 +152,12 @@ declare namespace Api {
|
||||
interface EmailCaptcha{
|
||||
email:string;
|
||||
}
|
||||
interface CheckBody{
|
||||
username?: string;
|
||||
email?: string;
|
||||
phonenumber?:string;
|
||||
authType: string;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user