From 98b44405595e9cc311ad3358af59f4ab11904c56 Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期四, 04 七月 2024 16:29:16 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 src/api/index.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/api/index.js b/src/api/index.js
index 746dfe9..0aa8942 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -287,6 +287,15 @@
   });
 };
 
+export const schoolAtlas = (id) => {
+  return req1({
+    url: "/person/schoolAtlas?schoolId=" + id,
+    method: "post"
+  });
+};
+
+ 
+
 export const searchSchoolPerson = (data) => {
   return req1({
     url: "/person/searchSchoolPerson",

--
Gitblit v1.9.1