From 7ec780bc8ddee16b004d4221528647a86cafc0b2 Mon Sep 17 00:00:00 2001 From: 王彪总 Date: Tue, 5 May 2026 21:13:20 +0800 Subject: [PATCH] config(servers): 更新服务器配置中的域名地址 --- urbanops-server/src/main/resources/application-dev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urbanops-server/src/main/resources/application-dev.yaml b/urbanops-server/src/main/resources/application-dev.yaml index c760e6d..cee80be 100644 --- a/urbanops-server/src/main/resources/application-dev.yaml +++ b/urbanops-server/src/main/resources/application-dev.yaml @@ -251,7 +251,7 @@ wechat: tokenUrl: https://api.weixin.qq.com/cgi-bin/stable_token sendUrl: https://api.weixin.qq.com/cgi-bin/message/template/send siot: - roadUrl: https://iot.jichengshanshui.com.cn:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation + roadUrl: https://test.jichengshanshui.com.cn:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation # 高德地图配置 amap: -- libgit2 0.21.4