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
最近再使用企业微信中有一个这样的需求,对于发送的应用消息成功之后会返回msgid,对于错误的消息需要进行撤回。
文档:https://developer.work.weixin.qq.com/document/path/94867 本接口可以撤回24小时内通过发送应用消息接口推送的消息,仅可撤回企业微信端的数据,微信插件端的数据不支持撤回。
The text was updated successfully, but these errors were encountered:
binarywang#2837 【企业微信】企业微信添加撤回应用消息功能
683c4ad
binarywang#2837 优化代码
7cfbff8
🆕 #2837 【企业微信】增加撤回应用消息的接口
791ec8d
Successfully merging a pull request may close this issue.
简要描述
最近再使用企业微信中有一个这样的需求,对于发送的应用消息成功之后会返回msgid,对于错误的消息需要进行撤回。
官方文档地址
文档:https://developer.work.weixin.qq.com/document/path/94867
本接口可以撤回24小时内通过发送应用消息接口推送的消息,仅可撤回企业微信端的数据,微信插件端的数据不支持撤回。
The text was updated successfully, but these errors were encountered: