This commit is contained in:
2025-11-04 22:59:55 +08:00
parent 0146e0776a
commit 41f338446d
7 changed files with 1386 additions and 0 deletions

View File

@@ -186,3 +186,21 @@ xss:
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
# 腾讯文档开放平台配置
tencent:
doc:
# 应用ID需要在腾讯文档开放平台申请
app-id: your_app_id
# 应用密钥(需要在腾讯文档开放平台申请)
app-secret: your_app_secret
# 授权回调地址(需要在腾讯文档开放平台配置)
redirect-uri: http://localhost:30313/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