GET api/refreshtokenservices?refreshtoken={refreshtoken}
【服务】刷新授权码
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
refreshtoken | string |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfAccessTokenInfoName | Description | Type | Additional information |
---|---|---|---|
data | AccessTokenInfo |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": { "access_token": "sample string 1", "token_expiresin": "2025/04/04 11:50:24", "refresh_token": "sample string 3", "refresh_token_expiresin": "2025/04/04 11:50:24" }, "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.