1
YM
2024-06-17 a10960e9cee3776ffd3871e5949f6b474127c428
src/api/index.js
@@ -287,6 +287,15 @@
  });
};
export const schoolAtlas = (id) => {
  return req1({
    url: "/person/schoolAtlas?schoolId=" + id,
    method: "post"
  });
};
export const searchSchoolPerson = (data) => {
  return req1({
    url: "/person/searchSchoolPerson",