简要描述:
加客户完成
HTTP协议说明:
| 请求方式 | Content-Type |
|---|---|
| POST | application/json |
参数说明:
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | string | 消息类型,固定为:finish_add_cust |
| nodeId | 是 | string | 节点ID |
| message | 是 | object | 消息主体 |
| userId | 是 | string | 成员ID |
| businessCode | 否 | string | 业务编号,原样返回 |
| list | 是 | array | 结果集合 |
| phone | 是 | string | 手机号码 |
| result | 是 | string | 结果情况:success工作成功,nocust客户不存在,added已经是好友 |
参数示例:
{
"type": "finish_add_cust",
"nodeId":"8980f569-e31c-4357-8f37-2ec9ad9fe605",
"message": {
"userId":"xxxxx",
"businessCode": "abc",
"list": [{
"phone": "18800000001",
"result": "success"
}, {
"phone": "18800000002",
"result": "nocust"
}, {
"phone": "18800000003",
"result": "added"
}]
}
}文档更新时间: 2023-06-10 11:32 作者:副官