From 37ce456998cb4cba8d88fa3db0a1a3738e52fb3a Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 24 七月 2024 11:18:29 +0800 Subject: [PATCH] 1 --- src/api/index.js | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 70011c4..5ae3f05 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -310,6 +310,14 @@ }); }; +export const getPlaceInfo = (data) => { + return req1({ + url: "/person/search/place", + method: "post", + params: data, + }); +}; + export const searchSchoolPerson = (data) => { return req1({ url: "/person/searchSchoolPerson", @@ -397,3 +405,16 @@ }); }; +export const getPersonTag = () => { + return req1({ + url: "/personTag/list", + method: "post", + }); +}; + +export const getSocialDistinction = () => { + return req1({ + url: "/socialDistinction/list", + method: "post", + }); +}; -- Gitblit v1.9.1