获取最新token
GET
/openservice/iam/token/fetchTokenByAt
public void getLastToken(){
IamTokenFetchTokenByAtGetRequest request = new IamTokenFetchTokenByAtGetRequest();
request.setAccessToken("dddddd");
request.setClientType("web");
request.setRef("1");
IamTokenFetchTokenByAtResponse response = qpaasHttpClient.doAction(request);
}
请求参数
Query 参数
accessToken
string
必需
示例值:
ddxxcdfsdfsd
ref
string
1代表续期。
示例值:
1
clientType
string
可选
示例值:
web
返回响应
修改于 2023-07-19 08:31:53