This commit is contained in:
2025-11-05 23:01:15 +08:00
parent 79a954a91f
commit 97f97f35b1
3 changed files with 73 additions and 3 deletions

View File

@@ -185,4 +185,20 @@ xss:
excludes: /system/notice
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
# 腾讯文档开放平台配置
tencent:
doc:
# 应用ID需要在腾讯文档开放平台申请
app-id: 90aa0b70e7704c2abd2a42695d5144a4
# 应用密钥(需要在腾讯文档开放平台申请)
app-secret: G8ZdSWcoViIawygo7JSolE86PL32UO0O
# 授权回调地址需要在腾讯文档开放平台配置必须使用HTTPS
redirect-uri: https://jarvis.van333.cn/jarvis/tendoc/oauth/callback
# API基础地址
api-base-url: https://docs.qq.com/open/v1
# OAuth授权地址
oauth-url: https://docs.qq.com/oauth/v2/authorize
# 获取Token地址
token-url: https://docs.qq.com/oauth/v2/token
# 刷新Token地址
refresh-token-url: https://docs.qq.com/oauth/v2/token