From a07f79573d52f61ba6ec97766e9abc12309eadee Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 17 Dec 2024 19:05:58 +0800
Subject: [PATCH] 事件模拟更新

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

diff --git a/src/api/space/space.js b/src/api/space/space.js
index b6c5fb0..59ad24a 100644
--- a/src/api/space/space.js
+++ b/src/api/space/space.js
@@ -19,4 +19,12 @@
         method: 'get',
         params,
     });
+};
+export const getGouQu = (params) => {
+    const url = `/yw/emergencySpace/page`;
+    return request({
+        url,
+        method: 'get',
+        params,
+    });
 };
\ No newline at end of file

--
Gitblit v1.9.3