add api validation signature

This commit is contained in:
landaiqing
2024-09-28 00:21:30 +08:00
parent d6741aaa6f
commit f358e0d26a
8 changed files with 122 additions and 130 deletions

2
src/types/user.d.ts vendored
View File

@@ -2,6 +2,8 @@ export interface AccountLogin {
account?: string
password?: string;
auto_login?: boolean;
angle: number,
key: string,
}
export interface PhoneLogin {