简要描述:
推送已接收消息
每条消息推送一次,多条消息会推送多次
HTTP协议说明:
| 请求方式 | Content-Type |
|---|---|
| POST | application/json |
参数说明:
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | string | 消息类型,固定为:received_msg |
| nodeId | 是 | string | 节点ID |
| message | 是 | object | 消息主体 |
| userId | 是 | string | 成员ID |
| custId | 是 | string | 客户ID(预留) |
| custNickname | 是 | string | 客户昵称(发消息的客户) |
| imgBase64 | 是 | string | 图片消息内容(base64格式) |
参数示例:
{
"type": "received_msg",
"nodeId":"8980f569-e31c-4357-8f37-2ec9ad9fe605",
"message": {
"userId":"xxxxx",
"custId":"xxxxx",
"custNickname": "成员01-客户2",
"imgBase64": "iVBORw0KGgoAAAANSUhEUgAABi4AAANuCAYAAACBvPGFAAA..."
}
}文档更新时间: 2023-06-10 11:32 作者:副官