mirror of
https://github.com/PlayEdu/backend
synced 2025-12-26 12:31:15 +08:00
登录页面初步
This commit is contained in:
10
src/api/system.ts
Normal file
10
src/api/system.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import client from "./internal/httpClient";
|
||||
|
||||
export function getImageCaptcha() {
|
||||
return client.get("/backend/v1/system/image-captcha", {});
|
||||
}
|
||||
|
||||
export function getUser() {
|
||||
return client.get("/backend/v1/auth/detail", {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user