From 6bfba0a7c9a283678696dcfdccfc2426a8bce438 Mon Sep 17 00:00:00 2001 From: lai <10633968+laiyujun1@user.noreply.gitee.com> Date: Thu, 20 Feb 2025 17:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/service/api/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/api/auth.ts b/src/service/api/auth.ts index 260ceaa..29167ed 100644 --- a/src/service/api/auth.ts +++ b/src/service/api/auth.ts @@ -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 }); }