mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-02 20:58:12 +00:00
@@ -87,4 +87,4 @@ export const getWXLoginResult = (code: string) =>
|
||||
export const getCaptchaPic = (username: string) =>
|
||||
GET<{
|
||||
captchaImage: string;
|
||||
}>('/proApi/support/user/account/captcha', { username });
|
||||
}>('/proApi/support/user/account/captcha/getImgCaptcha', { username });
|
||||
|
Reference in New Issue
Block a user