feat: login

This commit is contained in:
2025-09-10 15:20:45 +08:00
parent f33f597a9a
commit 55cd1f349d
21 changed files with 285 additions and 1157 deletions

View File

@@ -53,7 +53,7 @@ declare global {
}
interface IResponse<T> {
code: string;
code: number;
data: T;
msg: string;
}