We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://mp.weixin.qq.com/debug/wxadoc/dev/api/custommsg/receive.html#%E6%8E%A5%E6%94%B6%E6%B6%88%E6%81%AF%E5%92%8C%E4%BA%8B%E4%BB%B6 在进入客服会话时会产生 { "ToUserName": "toUser", "FromUserName": "fromUser", "CreateTime": 1482048670, "MsgType": "event", "Event": "user_enter_tempsession", "SessionFrom": "sessionFrom" } 而在WxMaMessage对应的属性为MsgDataFormat
The text was updated successfully, but these errors were encountered:
#429 WxMaMessage增加缺少的MsgType属性
801caca
2.9.5.BETA版本已添加
Sorry, something went wrong.
No branches or pull requests
https://mp.weixin.qq.com/debug/wxadoc/dev/api/custommsg/receive.html#%E6%8E%A5%E6%94%B6%E6%B6%88%E6%81%AF%E5%92%8C%E4%BA%8B%E4%BB%B6
在进入客服会话时会产生
{
"ToUserName": "toUser",
"FromUserName": "fromUser",
"CreateTime": 1482048670,
"MsgType": "event",
"Event": "user_enter_tempsession",
"SessionFrom": "sessionFrom"
}
而在WxMaMessage对应的属性为MsgDataFormat
The text was updated successfully, but these errors were encountered: