From b77cc2d2012ecb4b876538ac7aee3edac7db8a2f Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sun, 12 Nov 2023 19:05:07 +0800
Subject: [PATCH] 通知公告

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

diff --git a/api/placeExp/placeExp.js b/api/placeExp/placeExp.js
index d9b6bc8..0b6f1d1 100644
--- a/api/placeExp/placeExp.js
+++ b/api/placeExp/placeExp.js
@@ -24,4 +24,13 @@
 		method: 'POST',
 		data
 	})
+}
+
+
+export const getPlaceDetail = (params) => {
+	return http.request({
+		url: '/blade-placeExt/placeExt/getDetail',
+		method: 'GET',
+		params
+	})
 }
\ No newline at end of file

--
Gitblit v1.9.3