From c99cfa08505196fd6ba4d0ea8bd4dcf7a1fb268e Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期五, 07 六月 2024 16:27:53 +0800
Subject: [PATCH] 1

---
 src/api/index.js |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index c1d9702..ae32ce6 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -250,7 +250,7 @@
 };
 // -------------------------P
 
-// 鏈濅唬
+// 鏃舵湡
 export const getDynastyAll = () => {
   return req1({
     url: "/dynasty/list",
@@ -352,3 +352,17 @@
   });
 };
 
+export const getInstitutionList = () => {
+  return req1({
+    url: "/medical/institutionList",
+    method: "post"
+  });
+};
+
+
+
+
+
+
+
+

--
Gitblit v1.9.1