From 80a82efcb42ba4b6f24768e780b1b3f51e3141f4 Mon Sep 17 00:00:00 2001 From: vincentlu <t1341870251@gmail.com> Date: 星期一, 10 二月 2025 08:01:26 +0800 Subject: [PATCH] # --- rsf-admin/src/api/auth/index.js | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/api/auth/index.js b/rsf-admin/src/api/auth/index.js index b3a2cc8..3c164da 100644 --- a/rsf-admin/src/api/auth/index.js +++ b/rsf-admin/src/api/auth/index.js @@ -39,3 +39,8 @@ } return Promise.reject(new Error(res.data.msg)); } + +export async function requestResetPassword(_params) { + const res = await request.post('/auth/reset/password', _params); + return res.data; +} \ No newline at end of file -- Gitblit v1.9.1