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

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

diff --git a/src/api/index.js b/src/api/index.js
index adfd9c3..5ae3f05 100644
--- a/src/api/index.js
+++ b/src/api/index.js
@@ -310,6 +310,14 @@
   });
 };
 
+export const getPlaceInfo = (data) => {
+  return req1({
+    url: "/person/search/place",
+    method: "post",
+    params: data,
+  });
+};
+
 export const searchSchoolPerson = (data) => {
   return req1({
     url: "/person/searchSchoolPerson",
@@ -410,4 +418,3 @@
     method: "post",
   });
 };
-

--
Gitblit v1.9.1