mirror of
https://github.com/PlayEdu/backend
synced 2025-07-20 03:49:38 +08:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import client from "./internal/httpClient";
|
|
|
|
export function getImageCaptcha() {
|
|
return client.get("/backend/v1/system/image-captcha", {});
|
|
}
|