From 856b67db405f17d1c0ab99dcf0bb5da6323e4903 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期五, 19 七月 2024 11:09:10 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 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