2
0

perf: 合并用户平台框架修改

This commit is contained in:
TsMask
2024-12-03 16:46:39 +08:00
parent 13ee5a3849
commit c6b0c60392
30 changed files with 631 additions and 874 deletions

View File

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