From 9b476a2eb0dd47d941672f79cfc333b2fccf461f Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 29 Jul 2024 17:03:09 +0800
Subject: [PATCH] 代码优化
---
api/place/place.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/api/place/place.js b/api/place/place.js
index 976bb18..6c9b10c 100644
--- a/api/place/place.js
+++ b/api/place/place.js
@@ -104,4 +104,13 @@
method: 'GET',
params
})
+}
+
+
+export const getNearbyPlaceList = (params) => {
+ return http.request({
+ url: '/blade-place/place/getNearbyPlaceList',
+ method: 'GET',
+ params
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3