From 6adeb6bdc3b8753a23f1451fc5a6cae4ce39a9fe Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 24 七月 2024 18:35:15 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

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

diff --git a/src/api/index.js b/src/api/index.js
index adfd9c3..9f6ac7e 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -302,11 +302,27 @@
   });
 };
 
+export const getAdvancedData = (data) => {
+  return req1({
+    url: "/person/advanced/search",
+    method: "post",
+    data: data,
+  });
+};
+
 // 鏌ヨ浜虹墿瀛︽湳娴佹淳
 export const getSchoolInfo = (id) => {
   return req1({
     url: "/person/chain/search/school?schoolId=" + id + "&maxStep=3",
     method: "post",
+  });
+};
+
+export const getPlaceInfo = (data) => {
+  return req1({
+    url: "/person/search/place",
+    method: "post",
+    params: data,
   });
 };
 
@@ -410,4 +426,3 @@
     method: "post",
   });
 };
-

--
Gitblit v1.9.1