diff --git a/api/login.js b/api/login.js index aea860b..87b6f4a 100644 --- a/api/login.js +++ b/api/login.js @@ -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, }) -} \ No newline at end of file +}