fix:添加查询是否注册,页面问题修复
This commit is contained in:
@@ -21,7 +21,13 @@ export function sendCaptcha(body:Api.Auth.EmailCaptcha){
|
||||
})
|
||||
}
|
||||
//验证注册
|
||||
|
||||
export function doCheckUserRepeat(body:Api.Auth.CheckBody){
|
||||
return request<boolean>({
|
||||
url:'/u/user/checkRepeat',
|
||||
method:'post',
|
||||
data:body
|
||||
})
|
||||
}
|
||||
//添加注册
|
||||
export function fetchRegister(body: Api.Auth.RegisterBody) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user