v3.5+ 客户端模式获取token
开发中
POST
http://127.0.0.1:9999/auth/oauth2/token
请求参数
Query 参数
grant_type
string
必需
示例值:
client_credentials
scope
string
必需
示例值:
server
randomStr
string
验证图片的随机码
示例值:
123456
code
string
可选
Body 参数application/x-www-form-urlencoded
object {0}
示例代码
返回响应
修改于 2022-09-14 03:41:45