提交支持若依集成的配置

Signed-off-by: orange-form <3510245832@qq.com>
This commit is contained in:
orange-form
2024-07-15 01:03:05 +00:00
committed by Gitee
parent ed5b9fc602
commit ecef69f871

View File

@@ -74,6 +74,8 @@ third-party:
# 访问第三方系统接口的URL前缀橙单会根据功能添加接口路径的其余部分 # 访问第三方系统接口的URL前缀橙单会根据功能添加接口路径的其余部分
# 比如获取用户Token的接口 http://localhost:8083/orangePluginTest/getTokenData # 比如获取用户Token的接口 http://localhost:8083/orangePluginTest/getTokenData
baseUrl: http://localhost:8083/orangePlugin baseUrl: http://localhost:8083/orangePlugin
# 第三方应用鉴权的HTTP请求令牌头的KEY。
tokenHeaderKey: Authorization
# 第三方返回的用户Token数据的缓存过期时长单位秒。 # 第三方返回的用户Token数据的缓存过期时长单位秒。
# 如果为0则不缓存每次涉及第三方的请求都会发出http请求交由第三方验证这样对系统性能会有影响。 # 如果为0则不缓存每次涉及第三方的请求都会发出http请求交由第三方验证这样对系统性能会有影响。
tokenExpiredSeconds: 60 tokenExpiredSeconds: 60