1
YM
2024-07-24 c95e73d658521fc89e0d992072660e126c1ab3a2
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",
  });
};