From bac8e3a3270f0e4140e337742d373a2f1418d3fe Mon Sep 17 00:00:00 2001 From: chc <1501738723@qq.com> Date: Wed, 18 Dec 2024 10:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B1=B3=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/login.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}