feat(mhzc): 新增getCaptcha API
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
57337d9e73
commit
0f2efb0b66
@ -129,6 +129,14 @@ export function Getqrcode() {
|
||||
method: 'post',
|
||||
});
|
||||
}
|
||||
|
||||
// 获取图形验证码
|
||||
export function getCaptcha() {
|
||||
return fetchSso({
|
||||
url: `${basurl}/sso/verify/captcha`,
|
||||
method: 'post',
|
||||
});
|
||||
}
|
||||
//获取登录回调响应结果
|
||||
export function backresultlogin(params) {
|
||||
return fetchSso({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user