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 |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index ae32ce6..9ca47bb 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -264,6 +264,12 @@
     method: "post"
   });
 };
+export const getDynastyData = () => {
+  return req1({
+    url: "/person/retrieval/dynasty",
+    method: "post"
+  });
+};
 
 // 瀛︽湳娴佹淳
 export const getDynastyStatistics = () => {

--
Gitblit v1.9.1