From 835f3363757f6b5703c9385a6d60feff5681f93c Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 24 七月 2024 18:32:31 +0800 Subject: [PATCH] 1 --- src/api/index.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 5ae3f05..9f6ac7e 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -302,6 +302,14 @@ }); }; +export const getAdvancedData = (data) => { + return req1({ + url: "/person/advanced/search", + method: "post", + data: data, + }); +}; + // 鏌ヨ浜虹墿瀛︽湳娴佹淳 export const getSchoolInfo = (id) => { return req1({ -- Gitblit v1.9.1