PlayEdu-backend/src/api/system.ts
2023-03-02 21:36:39 +08:00

6 lines
144 B
TypeScript

import client from "./internal/httpClient";
export function getImageCaptcha() {
return client.get("/backend/v1/system/image-captcha", {});
}