feat:登录接入验证码功能
This commit is contained in:
@@ -63,3 +63,13 @@ export function getCodePhone(data) {
|
||||
data,
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取登录验证码
|
||||
*/
|
||||
export function getLoginCode() {
|
||||
return request({
|
||||
url: `/account/captcha-image`,
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user