Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

缺少多商户客户参数 #2603

Open
lb0726 opened this issue Mar 22, 2022 · 2 comments
Open

缺少多商户客户参数 #2603

lb0726 opened this issue Mar 22, 2022 · 2 comments

Comments

@lb0726
Copy link

lb0726 commented Mar 22, 2022

此版块专为反馈 bug 及提交需求服务,不负责解答开发问题,请勿发表开发问题,
如果您需要这方面的帮助,请移步问答社区https://weixin.senparc.com/QA

问题描述

一些平台型的小程序可以开通多商户的客户系统,下面为说明文档

接收消息推送
具体说明可以参考客服消息接收消息和事件 推送时会增加一个参数BusinessId,代表消息是从子商户的会话中过来的。 以发送文本消息为例:

JSON格式示例

{
"ToUserName": "toUser",
"FromUserName": "fromUser",
"CreateTime": 1482048670,
"MsgType": "text",
"Content": "this is a test",
"MsgId": 1234567890123456,
"BusinessId": 1
}

重现问题步骤(如果可以)
  1. ...
  2. ...
微信官方文档 URL

https://developers.weixin.qq.com/miniprogram/introduction/custom.html#%E6%8E%A5%E6%94%B6%E6%B6%88%E6%81%AF%E6%8E%A8%E9%80%81

@JeffreySu
Copy link
Owner

@lb0726 感谢,已经发布新版本,并且添加了独立的 typing 接口,欢迎测试并反馈。
另外文档中没有详细说其他客服接口是否也支持 businessId,因此只按照文档修改了 text,并添加了 typing。

@JeffreySu JeffreySu added need-test and removed task labels May 4, 2022
@SenparcHai
Copy link
Collaborator

@lb0726 你好,请问你的问题解决了吗 可以的话 麻烦给我们个回复哈 我们就关闭这个Issue了 感谢你的支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants