页面效果优化
This commit is contained in:
@@ -83,3 +83,15 @@ export function getInfo() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 重新发送验证码
|
||||
export function sendSmsAgain(data) {
|
||||
return request({
|
||||
method: 'post',
|
||||
url: '/app/sendSmsAgain',
|
||||
data,
|
||||
headers: {
|
||||
isToken: false
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user