From 197f13dbcf007eac8dd9a307aae992df677ea8f6 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 10 Nov 2023 17:21:15 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

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