更新时间:2024-03-05 GMT+08:00
获取CC-Messaging的Token
接口功能
调用ApplyToKen接口,获取CC-Messaging的Token
请求方法
该接口仅支持POST方法,不支持PUT、GET和DELETE等方法。
请求URL
https://域名/apiaccess/ccmessaging/applyToken
请求消息
- 消息头
x-app-key: 开发前准备中的app_key
Authorization:'Bearer '+C1 系统配置类接口鉴权方式中的AccessToken
Content-Type:application/json; charset=UTF-8
- 消息体
{ "userId":"xxx", "userName":"xxx", "channelId":"xxx", "locale":"zh", }
该接口的请求消息体参数说明如表1所示。
异常处理
常见错误返回 (HTTP status 非200返回)
{ "errorCode":"0", "exceptionInfo":"xxx" }
请根据exceptionInfo中返回的描述寻求原因:如出现 403返回,"exceptionInfo": "auth fail! illegal or expired token info. please apply or refresh the access token from the server!",可能是上一步申请的AccessToken过期导致。
父主题: 登录鉴权