YM
2024-06-06 6f7c9ef272906bbd5d905ee069bc5d6d1bf55614
src/api/index.js
@@ -352,3 +352,17 @@
  });
};
export const getInstitutionList = () => {
  return req1({
    url: "/medical/institutionList",
    method: "post"
  });
};