修改部分问题

This commit is contained in:
2026-06-24 18:04:13 +08:00
parent 83153a4300
commit 287fb114d2
5 changed files with 44 additions and 39 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ export async function login(loginRequest: LoginRequest): Promise<User> {
}
export async function logout() {
await WebClient.get<void>("/auth/logout")
await WebClient.post<void>("/auth/logout")
}