mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-26 12:39:36 +08:00
更新代码
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user