This commit is contained in:
shizhong
2023-06-13 11:43:05 +08:00
parent fbff879504
commit e83717e80e
4 changed files with 2 additions and 45 deletions

View File

@ -65,7 +65,7 @@ export const socialAuthRedirectApi = (type: number, redirectUri: string) => {
url: '/system/auth/social-auth-redirect?type=' + type + '&redirectUri=' + redirectUri
})
}
// 获取验证图片 以及token
// 获取验证图片以及token
export const getCodeApi = (data) => {
return request.postOriginal({ url: 'system/captcha/get', data })
}