From c95e73d658521fc89e0d992072660e126c1ab3a2 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 24 七月 2024 11:37:31 +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