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

@@ -19,7 +19,7 @@ export async function login(
body: API.UserLoginVO,
options?: { [key: string]: any }
) {
return request<API.TokenType>("/system/auth/login", {
return request<IResponse<API.TokenType>>("/system/auth/login", {
method: "POST",
headers: {
"Content-Type": "application/json",