简要描述:

推送已接收消息

每条消息推送一次,多条消息会推送多次

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   作者:副官