From d14437e20cbd781725583e15c444da6f58192de8 Mon Sep 17 00:00:00 2001
From: feige <feige@qq.com>
Date: 星期一, 29 十二月 2025 15:03:27 +0800
Subject: [PATCH] 增加了代码

---
 ruoyi-ui/src/api/root/index.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ruoyi-ui/src/api/root/index.js b/ruoyi-ui/src/api/root/index.js
index 78eb57c..1b1c89a 100644
--- a/ruoyi-ui/src/api/root/index.js
+++ b/ruoyi-ui/src/api/root/index.js
@@ -63,3 +63,10 @@
     method: 'get',
   })
 }
+export function listAnotherFamilyInfo(userId)
+{
+  return request({
+    url:'/self/user/getAnotherFamInfo/'+userId,
+    method: 'get'
+  })
+}
\ No newline at end of file

--
Gitblit v1.9.1