2
0

修改接口

This commit is contained in:
lai
2025-02-20 17:25:44 +08:00
parent 9172a03e11
commit 6bfba0a7c9

View File

@@ -203,7 +203,7 @@ export function resetPasswordByEmail(data: { email: string; code: string; passwo
return request({
url: '/u/user/profile/forgotPwd',
method: 'put',
params: data
data
});
}