This commit is contained in:
Leo
2026-01-15 20:38:45 +08:00
parent 7f7bec8d29
commit a41c9ceaf9
4 changed files with 64 additions and 6 deletions

View File

@@ -27,3 +27,11 @@ wps365:
token-url: https://openapi.wps.cn/oauth2/token
# 刷新Token地址
refresh-token-url: https://openapi.wps.cn/oauth2/token
# OAuth授权请求的scope权限可选
# 如果不配置默认使用空格分隔的格式file.read ksheet.read user.info
# 如果报错invalid_scope请检查WPS365平台后台显示的scope格式常见格式
# 1. 空格分隔file.read ksheet.read user.info
# 2. 逗号分隔file.read,ksheet.read,user.info
# 3. 冒号格式file:read ksheet:read user:info
# 请根据WPS365平台后台"权限管理"中显示的scope格式进行配置
# scope: file.read ksheet.read user.info