v3.5+ 刷新token
开发中
POST
http://127.0.0.1:9999/auth/oauth2/token
请求参数
Query 参数
grant_type
string
必需
示例值:
refresh_token
Body 参数application/x-www-form-urlencoded
scope
string
必需
示例值:
server
refresh_token
string
必需
示例值:
{{refresh_token}}
示例代码
返回响应
修改于 2022-11-10 12:28:14