獲取token

POST https://intella-sso-server-domain/oauth/token

Query Parameters

Name
Type
Description

grant_type

string

授權方式

code

string

授權碼

Headers

Name
Type
Description

Authorization

string

sfd

Content-Type

string

application/x-www-form-urlencoded

{    "access_token": "xxxxxxxxxxxxxxxx"  }

最后更新于