From 2d1b39fae6abed7cda7bd5722fcea23fefdb6e12 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期二, 11 二月 2025 10:56:52 +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