| 错误代码 | 错误标识 | 说明 |
|---|---|---|
| 400 | invalid_request | 无效请求(缺少必要参数) |
| 401 | invalid_client | client_id无效 |
| 401 | invalid_grant | 授权方式无效 |
| 401 | unauthorized_client | 应用未授权 |
| 401 | unsupported_grant_type | 不支持的授权方式 |
curl --location --request GET 'https://www.oschina.net/action/oauth2/authorize'{
"code": "string",
"state": "string"
}