From d27da0d7b2f5cc3cc97622158b7f14a7faabb05b Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期三, 12 六月 2024 18:42:33 +0800
Subject: [PATCH] 世医图谱

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

diff --git a/src/api/index.js b/src/api/index.js
index ef4a1dd..9ca47bb 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -250,7 +250,7 @@
 };
 // -------------------------P
 
-// 鏈濅唬
+// 鏃舵湡
 export const getDynastyAll = () => {
   return req1({
     url: "/dynasty/list",
@@ -264,6 +264,12 @@
     method: "post"
   });
 };
+export const getDynastyData = () => {
+  return req1({
+    url: "/person/retrieval/dynasty",
+    method: "post"
+  });
+};
 
 // 瀛︽湳娴佹淳
 export const getDynastyStatistics = () => {

--
Gitblit v1.9.1