| Header | |
|---|---|
| Content-Type | application/x-www-form-urlencoded |
| 参数 | 是否必填 | 示例值 | 说明 |
|---|---|---|---|
| client_id | 是 | y3a79b4ebdc8bb47a18180df8012181986 | 请求的客户端标识(需要到后台申请) |
| client_secret | 是 | af6708b399e248de8468419476f7501e | 请求的客户端秘钥(需要到后台申请) |
| grant_type | 是 | client_credentials | 授权方式,固定值 |
| scope | 是 | Y3.RepetitionFansRemind.WebApi | 授权作用域,固定值 |
| 参数 | 示例值 | 说明 |
|---|---|---|
| access_token | eyJhbGciOiJSUzI1NiIsImt... | 授权token |
| expires_in | 3600 | 过期时长 单位秒 |
| token_type | Bearer | token 类型 |
| scope | Y3.RepetitionFansRemind.WebApi | 授权作用域 |