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
此版块专为反馈 bug 及提交需求服务,不负责解答开发问题,请勿发表开发问题, 如果您需要这方面的帮助,请移步问答社区:https://weixin.senparc.com/QA
问答社区
偶尔发现的问题,在做oath2测试的时候,手动取消用户对公众号获取用户信息(scope为snsapi_userinfo)的授权,微信提示“将会在24小时内推送给公众号删除用户信息”,这应该是一个特殊的事件类型,且没有在文档里提到过,此时,服务端接收消息的模块CustomMessageHandler.DefaultResponseMessage抛出异常,Senparc.NeuChar.MsgType未定义。
Email:
(也可将问题地址及联系方式发送到 [email protected])
发布问题后,请保持对 issue 的关注,有时会有需要进一步沟通的信息,很长时间内没有得到答复的 issue 将被关闭。
The text was updated successfully, but these errors were encountered:
@honggu025 能发一下收到的 XML 日志中的内容吗?
Sorry, something went wrong.
@JeffreySu 抱歉,刚看到,我又做了一遍测试,找到了消息,星号都是我的id,我手动隐藏了,不是原文。 <?xml version="1.0" encoding="utf-8"?> <xml> <ToUserName><![CDATA[******]]></ToUserName> <FromUserName><![CDATA[******]]></FromUserName> <CreateTime>1698659582</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[user_authorization_revoke]]></Event> <OpenID><![CDATA[******]]></OpenID> <AppID><![CDATA[******]]></AppID> <RevokeInfo><![CDATA[205]]></RevokeInfo> </xml>
<?xml version="1.0" encoding="utf-8"?> <xml> <ToUserName><![CDATA[******]]></ToUserName> <FromUserName><![CDATA[******]]></FromUserName> <CreateTime>1698659582</CreateTime> <MsgType><![CDATA[event]]></MsgType> <Event><![CDATA[user_authorization_revoke]]></Event> <OpenID><![CDATA[******]]></OpenID> <AppID><![CDATA[******]]></AppID> <RevokeInfo><![CDATA[205]]></RevokeInfo> </xml>
@honggu025 您指的是哪个微信接口呢?在盛派SDK的什么位置
No branches or pull requests
问题描述
偶尔发现的问题,在做oath2测试的时候,手动取消用户对公众号获取用户信息(scope为snsapi_userinfo)的授权,微信提示“将会在24小时内推送给公众号删除用户信息”,这应该是一个特殊的事件类型,且没有在文档里提到过,此时,服务端接收消息的模块CustomMessageHandler.DefaultResponseMessage抛出异常,Senparc.NeuChar.MsgType未定义。
重现问题步骤(如果可以)
微信官方文档 URL
微信官方文档快照(直接复制关键内容到下方)
发现问题的模块
- [ ] Senparc.Weixin.QY 版本:模块对应的 .net 版本
开发环境
缓存环境
系统环境
联系方式
Email:
(也可将问题地址及联系方式发送到 [email protected])
The text was updated successfully, but these errors were encountered: