1
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user