更新代码

This commit is contained in:
guaishoudemao
2021-02-06 16:42:26 +08:00
parent f0bc6fb23e
commit 7c79ae43b4
80 changed files with 3056 additions and 2156 deletions

View File

@@ -192,3 +192,14 @@ export function smsSignApi(data) {
data
})
}
/**
* @description 修改手机号验证账号密码
*/
export function phoneValidatorApi(data) {
return request({
url: 'admin/pass/update/phone/validator',
method: 'post',
data
})
}