获取token
POST
https://console.sciento.cn/oauth/oauth/token
对外
token组成:{token_type} +空格+{access_token},示例:bearer 5b696198-efa7-4295-86a0-572a962bb4ea
另:token有效期为
请求参数
Query 参数
client_id
string
必需
示例值:
{{client_id}}
client_secret
string
必需
示例值:
{{client_secret}}
grant_type
string
必需
示例值:
client_credentials
source_type
string
默认传参 web
示例值:
web
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
Body 参数application/x-www-form-urlencoded
object {0}
示例代码
返回响应
修改于 2024-11-22 07:48:10