跳到主要内容

获取oauth access_token

基于授权码或基于refresh_token获取oauth access_token

Header Parameters
  • Content-Type required

    application/json

Request Body
  • client_id string

    应用客户端Id

  • client_secret string

    应用客户端密钥

  • code string

    oauth授权码(使用授权码获取token时非空)

  • grant_type string

    grant_type 取值:refresh_token(使用refresh_token刷新token时必传)

  • refresh_token string

    refresh_token(使用refresh_token刷新token时必传)

Responses

创建token成功

Loading...