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

@@ -67,13 +67,13 @@ wps365:
# 注意:使用 /wps365-callback 路径,避免前端路由拦截
redirect-uri: https://your-domain.com/wps365-callback
# API基础地址一般不需要修改
api-base-url: https://open.wps.cn/api/v1
api-base-url: https://openapi.wps.cn/api/v1
# OAuth授权地址一般不需要修改
oauth-url: https://open.wps.cn/oauth2/v1/authorize
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
```
**重要提示**