From 6a7fe3910a91355467295b4f81f71405fb1b1e75 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期二, 23 七月 2024 16:00:56 +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