From a75de95cd5481bc782caee3b3a3cdd52f991f944 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期五, 07 六月 2024 17:19:31 +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 c1d9702..de739a5 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