2
0

fix: 注册功能接口变更

This commit is contained in:
TsMask
2024-11-30 17:31:47 +08:00
parent 8f198f789d
commit 5e54aaf24d
5 changed files with 231 additions and 213 deletions

View File

@@ -156,6 +156,7 @@ declare namespace Api {
username?: string;
email?: string;
phonenumber?:string;
authType: string;
}
}