1
YM
2024-06-11 a4fe90ef374a9a3144fb8de5d7229dd11bfa7ff4
src/api/index.js
@@ -264,6 +264,12 @@
    method: "post"
  });
};
export const getDynastyData = () => {
  return req1({
    url: "/person/retrieval/dynasty",
    method: "post"
  });
};
// 学术流派
export const getDynastyStatistics = () => {