From d294abb765e4ed349907c92ce313689c6299ba7d Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期二, 02 十二月 2025 00:17:00 +0800
Subject: [PATCH] feat:地图都改为天地图的接口
---
ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java b/ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java
index 02ef3e2..55b9de2 100644
--- a/ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java
+++ b/ruoyi-common/src/main/java/com/ruoyi/common/config/LegacySystemConfig.java
@@ -21,6 +21,9 @@
/** 璋冨害鍗曞垱寤烘帴鍙h矾寰� */
private String dispatchCreatePath = "/admin_save_24.gds";
+ /** 璋冨害鍗曟洿鏂版帴鍙h矾寰勶紙杞﹁締/浜哄憳鍙樻洿锛� */
+ private String dispatchUpdatePath = "/admin_save_25.asp";
+
/** 浠诲姟鐘舵�佹煡璇㈡帴鍙h矾寰勶紙宸插純鐢紝鐩存帴鏌ヨSQL Server鏁版嵁搴擄級 */
@Deprecated
private String statusQueryPath = "/task_status_query.asp";
@@ -80,6 +83,14 @@
this.dispatchCreatePath = dispatchCreatePath;
}
+ public String getDispatchUpdatePath() {
+ return dispatchUpdatePath;
+ }
+
+ public void setDispatchUpdatePath(String dispatchUpdatePath) {
+ this.dispatchUpdatePath = dispatchUpdatePath;
+ }
+
public int getConnectTimeout() {
return connectTimeout;
}
@@ -126,6 +137,13 @@
return baseUrl + dispatchCreatePath;
}
+ /**
+ * 鑾峰彇瀹屾暣鐨勮皟搴﹀崟鏇存柊URL锛堣溅杈�/浜哄憳鍙樻洿锛�
+ */
+ public String getDispatchUpdateUrl() {
+ return baseUrl + dispatchUpdatePath;
+ }
+
public String getStatusQueryPath() {
return statusQueryPath;
}
--
Gitblit v1.9.1