云客服-刷新token接口:报文样例

时间:2025-11-21 14:22:22

报文样例

  • 请求头:
Content-Type:application/json
Authentication:Bearer e3fca9398eaa5cef4b57b523b9c75fae
  • 请求消息:
{
"refreshToken":"dfjiaodjfaf"
}

  • 响应消息:
    {
    "result":0,   // 0:成功,其他失败
        "resultData": {
            "token":"fajiofjqwioeha",
            "tokenExpirationTime":300,// 单位秒
            "refreshToken":"fajiofjqwioeha",
            "refreshExpirationTime":3600,// 单位秒
    }
    }
support.huaweicloud.com/api-ccfs-cec/cec_07_0314.html