From 1a34cbc6783ca7b901ab63ab6a48e71cc45439f5 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Wed, 12 Nov 2025 22:23:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E9=AA=8C=E8=AF=81=E7=A0=81=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=20url=20=E4=B8=8D=E6=A0=A1=E9=AA=8C=E7=A7=9F=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/zt-module-system/zt-module-system-server/src/main/resources/application.yaml b/zt-module-system/zt-module-system-server/src/main/resources/application.yaml index 5f925b91..e1c3ff83 100644 --- a/zt-module-system/zt-module-system-server/src/main/resources/application.yaml +++ b/zt-module-system/zt-module-system-server/src/main/resources/application.yaml @@ -181,6 +181,7 @@ zt: ignore-urls: # 登录时不校验租户,登录后强制用户选择后进入系统 # - /admin-api/system/auth/login ignore-visit-urls: + - /admin-api/system/captcha/** - /admin-api/system/user/profile/** - /admin-api/system/auth/** ignore-tables: @@ -232,3 +233,16 @@ debug: false sync: encrypt-key: 25@jygk # 中铝 加密 key + +eplat: + share: + url-prefix: https://10.1.7.110 + client-id: ztjgj5gsJ2uU20900h9j + client-secret: DC82AD38EA764719B6DC7D71AAB4856C + scope: read + token-cache-key: eplat:cache:shareToken + refresh-token-cache-key: eplat:cache:shareRefreshToken + token-header-name: Xplat-Token + token-endpoint-path: /eplat/oauth/token + token-ttl: 5000s + refresh-token-ttl: 10000s