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