This commit is contained in:
none
2023-03-02 21:36:39 +08:00
parent 31e30a5316
commit df33d052d5
4 changed files with 85 additions and 5 deletions

View File

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