fix: 邮箱url
This commit is contained in:
@@ -17,7 +17,7 @@ export function fetchLogin(body: Api.Auth.LoginBody) {
|
||||
//邮箱验证码接口
|
||||
export function sendCaptcha(body: Api.Auth.EmailCaptcha) {
|
||||
return request({
|
||||
url: `/code?email=${body.email}`,
|
||||
url: `/system/email/code?email=${body.email}`,
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user