From 39a523ffe37d2b3a464bcb3ec902d5a8e7470699 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期二, 23 七月 2024 18:40:51 +0800 Subject: [PATCH] 1 --- src/api/index.js | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 102254c..adfd9c3 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -388,3 +388,26 @@ method: "post", }); }; + +export const academicSearch = (data) => { + return req1({ + url: "/person/academic/search", + method: "post", + params: data, + }); +}; + +export const getPersonTag = () => { + return req1({ + url: "/personTag/list", + method: "post", + }); +}; + +export const getSocialDistinction = () => { + return req1({ + url: "/socialDistinction/list", + method: "post", + }); +}; + -- Gitblit v1.9.1