提交 60f1f006 编写于 作者: P piexlmax

fixed: #882

上级 f99c7820
......@@ -157,9 +157,10 @@ export const getUserInfo = () => {
})
}
export const resetPassword = () => {
export const resetPassword = (data) => {
return service({
url: '/user/resetPassword',
method: 'post'
method: 'post',
data: data
})
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册