0.API名称
1.简要描述
description…
2.请求URL
GET https://github.com/login/oauth/authorize
3.Request 示例
1 | { |
4. Request 参数说明
| 参数 | 格式 | 说明 | 可空 |
|---|---|---|---|
| Parameter0 | int32 | N | |
| Parameter1 | string | N | |
| Parameter2 | int32 array | Y |
5. Response 返回示例
1 | { |
6. Response 参数说明
| 参数 | 格式 | 说明 |
|---|---|---|
| statu | int32 | description |
| data | object | description |
| message | string | success, error, timeout… |