1
YM
2024-06-06 c56935d7085725e609d926b064c146f3ffc29e6e
src/api/index.js
@@ -189,6 +189,17 @@
    method: "post"
  });
};
// 中国地域地谱检索人物
export const getPreCount = (requestData) => {
  return req1({
    url:
      "/person/retrieval/preCount?keyword="  +
      requestData?.keyword +
      "&dynasty=" +
      requestData?.dynasty,
    method: "post"
  });
};
// 医学人物知识库
// 世医传承
@@ -341,3 +352,17 @@
  });
};
export const getInstitutionList = () => {
  return req1({
    url: "/medical/institutionList",
    method: "post"
  });
};