简要描述:
客户刷新完成
HTTP协议说明:
| 请求方式 | Content-Type |
|---|---|
| POST | application/json |
参数说明:
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | string | 消息类型,固定为:finish_cust_info |
| nodeId | 是 | string | 节点ID |
| message | 是 | object | 消息主体 |
| userId | 是 | string | 成员ID |
参数示例:
{
"type": "finish_cust_info",
"nodeId":"8980f569-e31c-4357-8f37-2ec9ad9fe605",
"message": {
"userId":"xxxxx"
}
}文档更新时间: 2023-06-10 11:32 作者:副官