portal commit
This commit is contained in:
@@ -91,7 +91,7 @@ export function logout(): Promise<AxiosResponse<any>> {
|
||||
}
|
||||
|
||||
// 获取验证码
|
||||
export function getCodeImg(): Promise<AxiosResponse<CaptchaResponse>> {
|
||||
export function getCodeImg(): Promise<CaptchaResponse> {
|
||||
return request({
|
||||
url: '/captcha/image',
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user