杨磊
2024-07-26 2b06902e25978254f39bef49ed3cf6b1cab1c033
src/api/index.js
@@ -272,7 +272,7 @@
  });
};
// 学术流派
// 学术图谱
export const getDynastyStatistics = () => {
  return req1({
    url: "/school/dynasty/statistics",
@@ -310,7 +310,7 @@
  });
};
// 查询人物学术流派
// 查询人物学术图谱
export const getSchoolInfo = (id) => {
  return req1({
    url: "/person/chain/search/school?schoolId=" + id + "&maxStep=3",