feat(mhzc): 新增getCaptcha API

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
liulujian 2026-04-15 15:51:27 +08:00
parent 57337d9e73
commit 0f2efb0b66

View File

@ -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({