Commit a39698d6 by 芋道源码 Committed by Gitee

!689 fix:修复重置密码接口错误导致管理员忘记密码功能异常

Merge pull request !689 from Baron.Bai/fix-admin-reset-password
parents c6f70cce e0880db6
...@@ -83,5 +83,5 @@ export const reqCheck = (data: any) => { ...@@ -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 })
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment