v1.0+ 授权码模式获取code
开发中
GET
http://127.0.0.1:8080/oauth2/authorize
请求参数
Query 参数
scope
string
可选
示例值:
client
client_id
string
可选
示例值:
client
response_type
string
可选
示例值:
code
redirect_uri
string
可选
示例值:
https://pig4cloud.com
示例代码
返回响应
修改于 2022-11-10 12:28:14