1
YM
2024-07-23 13623d7756b96e773888caf235c57644bb864c32
src/api/index.js
@@ -397,3 +397,17 @@
  });
};
export const getPersonTag = () => {
  return req1({
    url: "/personTag/list",
    method: "post",
  });
};
export const getSocialDistinction = () => {
  return req1({
    url: "/socialDistinction/list",
    method: "post",
  });
};