From a4fe90ef374a9a3144fb8de5d7229dd11bfa7ff4 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期二, 11 六月 2024 10:24:02 +0800
Subject: [PATCH] 1

---
 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