2
0

fix: 邮箱url

This commit is contained in:
caiyuchao
2025-02-21 18:13:50 +08:00
parent 02c0ae6ff7
commit ec83482e99

View File

@@ -17,7 +17,7 @@ export function fetchLogin(body: Api.Auth.LoginBody) {
//邮箱验证码接口 //邮箱验证码接口
export function sendCaptcha(body: Api.Auth.EmailCaptcha) { export function sendCaptcha(body: Api.Auth.EmailCaptcha) {
return request({ return request({
url: `/code?email=${body.email}`, url: `/system/email/code?email=${body.email}`,
method: 'get' method: 'get'
}); });
} }