1
YM
2024-06-07 c99cfa08505196fd6ba4d0ea8bd4dcf7a1fb268e
src/api/index.js
@@ -250,7 +250,7 @@
};
// -------------------------P
// 朝代
// 时期
export const getDynastyAll = () => {
  return req1({
    url: "/dynasty/list",
@@ -352,3 +352,17 @@
  });
};
export const getInstitutionList = () => {
  return req1({
    url: "/medical/institutionList",
    method: "post"
  });
};