refactor: verify

This commit is contained in:
xingyu4j
2022-11-17 10:37:23 +08:00
parent b28baf0ef5
commit 7083d991fe
8 changed files with 24 additions and 62 deletions

View File

@ -126,5 +126,23 @@ export function authorize(responseType, clientId, redirectUri, state,
})
}
// 获取验证图片 以及token
export function reqGet(data) {
return request({
url: 'system/captcha/get',
method: 'post',
data
})
}
// 滑动或者点选验证
export function reqCheck(data) {
return request({
url: '/system/captcha/check',
method: 'post',
data
})
}
export class socialBindLogin {
}