-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
接收消息推送
具体说明可以参考客服消息接收消息和事件 推送时会增加一个参数BusinessId,代表消息是从子商户的会话中过来的。 以发送文本消息为例:
JSON格式示例
{
"ToUserName": "toUser",
"FromUserName": "fromUser",
"CreateTime": 1482048670,
"MsgType": "text",
"Content": "this is a test",
"MsgId": 1234567890123456,
"BusinessId": 1
}
一些平台型的小程序需要为商户开通独立的客服,需要增加一个BusinessId参数
JeffreySu and tonyqus
Metadata
Metadata
Assignees
Labels
No labels