2
0

fix:添加查询是否注册,页面问题修复

This commit is contained in:
zhongzm
2024-11-29 18:07:43 +08:00
parent 4cbdc12f90
commit 8f198f789d
7 changed files with 155 additions and 39 deletions

View File

@@ -152,6 +152,11 @@ declare namespace Api {
interface EmailCaptcha{
email:string;
}
interface CheckBody{
username?: string;
email?: string;
phonenumber?:string;
}
}
/**