2023-03-21 14:06:05 +08:00

10 lines
219 B
TypeScript

import client from "./internal/httpClient";
export function config() {
return client.post("/api/v1/system/config", {});
}
export function imageCaptcha() {
return client.post("/api/v1/system/image-captcha", {});
}