Pre Merge pull request !689 from Baron.Bai/fix-admin-reset-password
commit
938c5d891c
|
|
@ -83,5 +83,5 @@ export const reqCheck = (data: any) => {
|
||||||
|
|
||||||
// 通过短信重置密码
|
// 通过短信重置密码
|
||||||
export const smsResetPassword = (data: any) => {
|
export const smsResetPassword = (data: any) => {
|
||||||
return request.post({ url: '/system/auth/sms-reset-password', data })
|
return request.post({ url: '/system/auth/reset-password', data })
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue