OAuth2.0凭证式增加scope参数说明

This commit is contained in:
click33 2021-08-01 12:23:55 +08:00
parent fbe63e591e
commit 4eaddefc21

View File

@ -241,6 +241,7 @@ http://sa-oauth-server.com:8001/oauth2/client_token
| grant_type | 是 | 返回类型这里请填写client_credentials|
| client_id | 是 | 应用id |
| client_secret | 是 | 应用秘钥 |
| scope | 否 | 申请权限 |
接口返回值样例:
``` js