This commit is contained in:
Leo
2026-01-15 16:02:04 +08:00
parent c58adef068
commit d5df4108a6
5 changed files with 205 additions and 21 deletions

View File

@@ -222,21 +222,5 @@ tencent:
# 刷新Token地址用于通过refresh_token刷新access_token
refresh-token-url: https://docs.qq.com/oauth/v2/token
# WPS365开放平台配置
# 文档地址https://open.wps.cn/
wps365:
# 应用IDAppId- 需要在WPS365开放平台申请
app-id: YOUR_APP_ID
# 应用密钥AppKey- 需要在WPS365开放平台申请注意保密
app-key: YOUR_APP_KEY
# 授权回调地址需要在WPS365开放平台配置授权域名
redirect-uri: https://jarvis.van333.cn/jarvis/wps365/oauth/callback
# API基础地址
api-base-url: https://open.wps.cn/api/v1
# OAuth授权地址
oauth-url: https://open.wps.cn/oauth2/v1/authorize
# 获取Token地址
token-url: https://open.wps.cn/oauth2/v1/token
# 刷新Token地址
refresh-token-url: https://open.wps.cn/oauth2/v1/token