From a4a5b8dc84e9f9c2e1890f7d2c9e91f548840084 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期四, 18 七月 2024 16:58:01 +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 5f87363..102254c 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -302,6 +302,14 @@ }); }; +// 鏌ヨ浜虹墿瀛︽湳娴佹淳 +export const getSchoolInfo = (id) => { + return req1({ + url: "/person/chain/search/school?schoolId=" + id + "&maxStep=3", + method: "post", + }); +}; + export const searchSchoolPerson = (data) => { return req1({ url: "/person/searchSchoolPerson", -- Gitblit v1.9.1