1
YM
2024-07-17 d5f572496c5fb12fec2fe346b847bf58331299c9
src/api/index.js
@@ -160,7 +160,8 @@
    url: "/person/fuzzySearch",
    method: "post",
    params: {
      keyword: requestData?.keyword
      keyword: requestData?.keyword,
      personId: requestData?.personId,
    }
  });
};
@@ -250,7 +251,7 @@
};
// -------------------------P
// 朝代
// 时期
export const getDynastyAll = () => {
  return req1({
    url: "/dynasty/list",
@@ -285,6 +286,15 @@
    method: "post"
  });
};
export const schoolAtlas = (id) => {
  return req1({
    url: "/person/schoolAtlas?schoolId=" + id,
    method: "post"
  });
};
export const searchSchoolPerson = (data) => {
  return req1({
@@ -337,7 +347,7 @@
// -----------
// 中国医学人物知识库
// 中国历代医学人物知识库
// 数据统计
export const getPDataStatistics = () => {
  return req1({