From 0f6f73971c9c3db3d591018a8e6c2272ea07088a Mon Sep 17 00:00:00 2001
From: liuyg <liuyg@qq.com>
Date: Mon, 28 Mar 2022 11:14:18 +0800
Subject: [PATCH] +抚州数据以及缩放调整,活动底图数据获取

---
 src/api/mobile/hd/hd.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/mobile/hd/hd.js b/src/api/mobile/hd/hd.js
index 5145ac4..f2f03bd 100644
--- a/src/api/mobile/hd/hd.js
+++ b/src/api/mobile/hd/hd.js
@@ -13,3 +13,10 @@
     method: "get",
   });
 };
+
+export const getdetail = (id) => {
+  return request({
+    url: `blade-hd/hd/detail?id=` + id,
+    method: "get",
+  });
+};
\ No newline at end of file

--
Gitblit v1.9.3