From a971d0c13ab9cd5107152f6eba5e1e724a37fa0b Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期五, 07 六月 2024 17:20:31 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 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 ef4a1dd..528c29e 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