From 13623d7756b96e773888caf235c57644bb864c32 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期二, 23 七月 2024 17:39:18 +0800
Subject: [PATCH] 1

---
 src/api/index.js |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 70011c4..adfd9c3 100644
--- a/src/api/index.js
+++ b/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",
+  });
+};
+

--
Gitblit v1.9.1