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