mirror of
https://github.com/PlayEdu/backend
synced 2025-06-23 23:52:48 +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", {});
|
|
}
|