杨磊
2024-06-12 db966eb618d50a472fa6d882445eda2912be3c62
src/api/index.js
@@ -358,3 +358,17 @@
  });
};
export const getInstitutionList = () => {
  return req1({
    url: "/medical/institutionList",
    method: "post"
  });
};