POST web/app/refreshaliyuntoken

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "isDone": true,
  "code": 0,
  "message": "sample string 2",
  "cachedKey": "sample string 3",
  "correlationId": "c4113f2f-b785-4a62-a996-e9f94cb10824",
  "data": {
    "aliYunToken": {
      "token": "sample string 1",
      "expireTime": 2
    },
    "aliYunIntToken": {
      "token": "sample string 1",
      "expireTime": 2
    }
  }
}

application/xml, text/xml

Sample:
<ApiResponseOfUniAliyunTokenOutVOFP0KSs_SV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API">
  <CachedKey>sample string 3</CachedKey>
  <Code>None</Code>
  <CorrelationId>c4113f2f-b785-4a62-a996-e9f94cb10824</CorrelationId>
  <IsDone>true</IsDone>
  <Message>sample string 2</Message>
</ApiResponseOfUniAliyunTokenOutVOFP0KSs_SV>