From 1119a7837323e052d3e6256cddd3283d919bd959 Mon Sep 17 00:00:00 2001
From: guonan <guonan201020@163.com>
Date: 星期四, 26 六月 2025 15:44:02 +0800
Subject: [PATCH] 提交

---
 src/api/hpApi.js |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/api/hpApi.js b/src/api/hpApi.js
index a525bda..06b36b9 100644
--- a/src/api/hpApi.js
+++ b/src/api/hpApi.js
@@ -235,11 +235,17 @@
 }
 
 // 鏌ヨ瀛欒儭娌熼伩闄╁満鎵�
-export async function getSafePoint() {
+export async function getSafePoint(data) {
   const response = await axios.get("/hp/safeHavenLocation/getDataSelect", {
     params: {
-      divisionId: "110116110218"
+      divisionId: data
     }
   });
   return response.data;
+}
+
+// 鏌ヨ鍖椾含甯�
+export async function getAllCode() {
+  const response = await axios.get("/hp/district/getAll");
+  return response.data;
 }
\ No newline at end of file

--
Gitblit v1.9.3