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