This commit is contained in:
Leo
2026-01-15 20:13:15 +08:00
parent f044417d8d
commit 2fb283c3f3
5 changed files with 18 additions and 15 deletions

View File

@@ -17,12 +17,13 @@ wps365:
# 应用密钥AppKey- 需要在WPS365开放平台申请注意保密
app-key: 4c58bc1642e5e8fa731f75af9370496a
# 授权回调地址需要在WPS365开放平台配置授权域名
redirect-uri: https://jarvis.van333.cn/jarvis/wps365/oauth/callback
# 注意:使用 /wps365-callback 路径,避免前端路由拦截
redirect-uri: https://jarvis.van333.cn/wps365-callback
# API基础地址
api-base-url: https://open.wps.cn/api/v1
# OAuth授权地址
oauth-url: https://open.wps.cn/oauth2/v1/authorize
api-base-url: https://openapi.wps.cn/api/v1
# OAuth授权地址正确格式https://openapi.wps.cn/oauth2/auth
oauth-url: https://openapi.wps.cn/oauth2/auth
# 获取Token地址
token-url: https://open.wps.cn/oauth2/v1/token
token-url: https://openapi.wps.cn/oauth2/token
# 刷新Token地址
refresh-token-url: https://open.wps.cn/oauth2/v1/token
refresh-token-url: https://openapi.wps.cn/oauth2/token