From 40bd9a34c80c720cfc63104ca04d1c8333137dcd Mon Sep 17 00:00:00 2001 From: 王彪总 Date: Thu, 9 Apr 2026 20:59:05 +0800 Subject: [PATCH] config(servers): 更新服务器配置中的域名地址 --- urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/framework/justauth/core/CustomerAuthSource.java | 12 ++++++------ urbanops-server/src/main/resources/application-dev.yaml | 4 ++-- urbanops-server/src/main/resources/application-local.yaml | 14 +++++++------- urbanops-server/src/main/resources/application-prod.yaml | 10 +++++----- urbanops-server/src/main/resources/application.yaml | 2 +- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/framework/justauth/core/CustomerAuthSource.java b/urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/framework/justauth/core/CustomerAuthSource.java index 26a30c3..1edd5cb 100644 --- a/urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/framework/justauth/core/CustomerAuthSource.java +++ b/urbanops-module-system/src/main/java/com/zteits/urbanops/module/system/framework/justauth/core/CustomerAuthSource.java @@ -7,23 +7,23 @@ public enum CustomerAuthSource implements AuthSource { UAA { @Override public String authorize() { -// return "https://test.jichengshanshui.com.cn:28301/oauth2/authorize"; +// return "https://test.fangshanparking.com:28301/oauth2/authorize"; // return "http://localhost:8080/oauth2/authorize"; - return "https://uaa.jichengshanshui.com.cn:28201/oauth2/authorize"; + return "https://uaa.fangshanparking.com:28201/oauth2/authorize"; } @Override public String accessToken() { -// return "https://test.jichengshanshui.com.cn:28301/oauth2/token"; +// return "https://test.fangshanparking.com:28301/oauth2/token"; // return "http://localhost:8080/oauth2/token"; - return "https://uaa.jichengshanshui.com.cn:28201/oauth2/token"; + return "https://uaa.fangshanparking.com:28201/oauth2/token"; } @Override public String userInfo() { -// return "https://test.jichengshanshui.com.cn:28301/oauth2/userinfo"; +// return "https://test.fangshanparking.com:28301/oauth2/userinfo"; // return "http://localhost:8080/oauth2/userinfo"; - return "https://uaa.jichengshanshui.com.cn:28201/oauth2/userinfo"; + return "https://uaa.fangshanparking.com:28201/oauth2/userinfo"; } @Override diff --git a/urbanops-server/src/main/resources/application-dev.yaml b/urbanops-server/src/main/resources/application-dev.yaml index 7ffd395..a7a8607 100644 --- a/urbanops-server/src/main/resources/application-dev.yaml +++ b/urbanops-server/src/main/resources/application-dev.yaml @@ -226,13 +226,13 @@ flow: apps: - appid: yl secret: l6l6x8c7a4g9u0x8d6v3z1y2a2k2i7x7 - url: https://yuanlin.jichengshanshui.com.cn:8987/ylapi/yuanl/quanyu/work/add + url: https://yuanlin.fangshanparking.com:8987/ylapi/yuanl/quanyu/work/add - appid: sz secret: v4e1f2z0p7i4k1c5m9k0g0v8f0t7e9z9 url: http://municipal.renniting.cn/prod-api/business/curingcase/issue - appid: wy secret: x3z7t6l2g2t2i4w3x5e2e0s5y9e6d1y3 - url: https://pms.jichengshanshui.com.cn:9980/prod-api/task/third/report + url: https://pms.fangshanparking.com:9980/prod-api/task/third/report # 微信公众号配置 wechat: diff --git a/urbanops-server/src/main/resources/application-local.yaml b/urbanops-server/src/main/resources/application-local.yaml index ff41af5..5468580 100644 --- a/urbanops-server/src/main/resources/application-local.yaml +++ b/urbanops-server/src/main/resources/application-local.yaml @@ -228,24 +228,24 @@ flow: apps: - appid: yl secret: l6l6x8c7a4g9u0x8d6v3z1y2a2k2i7x7 - url: https://yuanlin.jichengshanshui.com.cn:8987/ylapi/yuanl/quanyu/work/add + url: https://yuanlin.fangshanparking.com:8987/ylapi/yuanl/quanyu/work/add - appid: sz secret: v4e1f2z0p7i4k1c5m9k0g0v8f0t7e9z9 url: http://municipal.renniting.cn/prod-api/business/curingcase/issue - appid: wy secret: x3z7t6l2g2t2i4w3x5e2e0s5y9e6d1y3 - url: https://pms.jichengshanshui.com.cn:9980/prod-api/task/third/report + url: https://pms.fangshanparking.com:9980/prod-api/task/third/report sso: client: switchState: on clientId: schoms clientSecret: FVwUBd3ZCrt6mMrZ # 前端授权地址 - authorizeUrl: https://giomp.jichengshanshui.com.cn:28205/authorize + authorizeUrl: https://giomp.fangshanparking.com:28205/authorize # sso 服务地址 - baseUrl: https://uaa.jichengshanshui.com.cn:28201 + baseUrl: https://uaa.fangshanparking.com:28201 # 登录成功后跳转地址 - redirectUri: https://giomp.jichengshanshui.com.cn:28205/prod-api/admin-api/sso/callback + redirectUri: https://giomp.fangshanparking.com:28205/prod-api/admin-api/sso/callback # 微信公众号配置 wechat: mp: @@ -263,7 +263,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://iot.fangshanparking.com:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation # 高德地图配置 amap: @@ -281,4 +281,4 @@ static: resource: server: enable: true - url: https://test.jichengshanshui.com.cn:28302/downloads/ + url: https://test.fangshanparking.com:28302/downloads/ diff --git a/urbanops-server/src/main/resources/application-prod.yaml b/urbanops-server/src/main/resources/application-prod.yaml index f9ec890..6919ed3 100644 --- a/urbanops-server/src/main/resources/application-prod.yaml +++ b/urbanops-server/src/main/resources/application-prod.yaml @@ -231,7 +231,7 @@ justauth: UAA: client-id: schoms client-secret: FVwUBd3ZCrt6mMrZ - redirect-uri: https://giomp.jichengshanshui.com.cn:4080/social-login?type=35 + redirect-uri: https://giomp.fangshanparking.com:4080/social-login?type=35 ignore-check-redirect-uri: true cache: type: REDIS @@ -247,7 +247,7 @@ sso: # 前端授权地址(改为justauth,不再这儿配置) authorizeUrl: # sso 服务地址 - baseUrl: https://uaa.jichengshanshui.com.cn:28201 + baseUrl: https://uaa.fangshanparking.com:28201 # 登录成功后跳转地址 (改为justauth,不再这儿配置) redirectUri: cache: @@ -268,13 +268,13 @@ flow: apps: - appid: yl secret: l6l6x8c7a4g9u0x8d6v3z1y2a2k2i7x7 - url: https://yuanlin.jichengshanshui.com.cn:8987/ylapi/yuanl/quanyu/work/add + url: https://yuanlin.fangshanparking.com:8987/ylapi/yuanl/quanyu/work/add - appid: sz secret: v4e1f2z0p7i4k1c5m9k0g0v8f0t7e9z9 url: http://municipal.renniting.cn/prod-api/business/curingcase/issue - appid: wy secret: x3z7t6l2g2t2i4w3x5e2e0s5y9e6d1y3 - url: https://pms.jichengshanshui.com.cn:9980/prod-api/task/third/report + url: https://pms.fangshanparking.com:9980/prod-api/task/third/report # 微信公众号配置 wechat: @@ -293,7 +293,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://iot.fangshanparking.com:28202/prod-api/fence/fenceInfo/getFenceRoadListByLocation # 高德地图配置 amap: diff --git a/urbanops-server/src/main/resources/application.yaml b/urbanops-server/src/main/resources/application.yaml index 2c7c342..9360ff9 100644 --- a/urbanops-server/src/main/resources/application.yaml +++ b/urbanops-server/src/main/resources/application.yaml @@ -351,7 +351,7 @@ urbanops: message-bus: type: redis # 消息总线的类型 device: - host: https://iot.jichengshanshui.com.cn:28202/prod-api/link + host: https://iot.fangshanparking.com:28202/prod-api/link debug: false -- libgit2 0.21.4