简要描述:
推送有新增客户
注意:
- 如果发现客户列表中出现新的客户,则会推送
- 出现新客户目前有:主动接粉有消息通知,聊天消息出现新客户
HTTP协议说明:
| 请求方式 | Content-Type |
|---|---|
| POST | application/json |
参数说明:
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | string | 消息类型,固定为:new_cust |
| nodeId | 是 | string | 节点ID |
| message | 是 | object | 消息主体 |
| userId | 是 | string | 成员ID |
| custId | 是 | string | 客户ID(预留) |
| custNickname | 是 | string | 新的客户的昵称 |
| kind | 是 | string | 新增类型:received主动接粉,passed客户通过,message聊天发现的 |
参数示例:
{
"type": "new_cust",
"nodeId":"8980f569-e31c-4357-8f37-2ec9ad9fe605",
"message": {
"userId":"xxxxx",
"custId":"xxxxx",
"custNickname": "客户XX1",
"kind": "received"
}
}文档更新时间: 2023-06-10 11:32 作者:副官