修改米缺少提交接口修改

This commit is contained in:
chc
2024-12-18 10:58:06 +08:00
parent 29a20afe93
commit bac8e3a327

View File

@@ -89,8 +89,8 @@ export function smsLogin(params, clientType) {
export function modifyPass(params) {
return http.request({
url: `/passport/member/modifyPass`,
method: "PUT",
url: `/passport/member/resetPassword`,
method: "POST",
params,
});
}
@@ -138,4 +138,4 @@ export function logoffConfirm() {
method: "PUT",
needToken: true,
})
}
}