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
描述:给用户重复推送两条消息。
触发条件: 用户A关注 topic T,调用发送消息接口 http://wxpusher.zjiecode.com/api/send/message,参数 uids 中填写用户A 的uid,topicIds 填写用户A关注的topic T。
结果:A收到两条一样的消息推送。
建议改进:把发送消息接口请求参数 uids 和topics 中的用户过滤一遍,保证只发送一次消息。
谢谢您的分享!wxpusher 非常 nice~
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述:给用户重复推送两条消息。
触发条件: 用户A关注 topic T,调用发送消息接口 http://wxpusher.zjiecode.com/api/send/message,参数 uids 中填写用户A 的uid,topicIds 填写用户A关注的topic T。
结果:A收到两条一样的消息推送。
建议改进:把发送消息接口请求参数 uids 和topics 中的用户过滤一遍,保证只发送一次消息。
谢谢您的分享!wxpusher 非常 nice~
The text was updated successfully, but these errors were encountered: