杨磊
2024-06-07 a971d0c13ab9cd5107152f6eba5e1e724a37fa0b
src/api/index.js
@@ -264,6 +264,12 @@
    method: "post"
  });
};
export const getDynastyData = () => {
  return req1({
    url: "/person/retrieval/dynasty",
    method: "post"
  });
};
// 学术流派
export const getDynastyStatistics = () => {
@@ -352,3 +358,17 @@
  });
};
export const getInstitutionList = () => {
  return req1({
    url: "/medical/institutionList",
    method: "post"
  });
};