mirror of
https://github.com/PlayEdu/frontend.git
synced 2025-12-24 02:29:47 +08:00
added: 系统初始化
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import client from "./internal/httpClient";
|
||||
|
||||
export function config() {
|
||||
return client.post("/api/v1/system/config", {});
|
||||
return client.get("/api/v1/system/config", {});
|
||||
}
|
||||
|
||||
export function imageCaptcha() {
|
||||
return client.post("/api/v1/system/image-captcha", {});
|
||||
return client.get("/api/v1/system/image-captcha", {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user