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
现在需要统计有哪些用户发送成功了,有哪些发送失败了,企业微信resp中给出了错误码和错误信息,但是框架没有做处理 go-workwx/message.go 235行: // TODO: what to do with resp? _ = resp
The text was updated successfully, but these errors were encountered:
Feature request
需求合理,主要矛盾是需要找时间做掉= =
Sorry, something went wrong.
实际使用中发现这种情况了,err 返回nil,但是消息没有收到,这个时候,自己这边日志都没有记录了
业务非常忙,这一阵弄完看看加上
目前本库的外部用户感觉很多是私域流量运营场景,跟七牛的场景(发消息收消息)几乎没有重叠,后续怎么建设测试也是个问题
No branches or pull requests
现在需要统计有哪些用户发送成功了,有哪些发送失败了,企业微信resp中给出了错误码和错误信息,但是框架没有做处理
go-workwx/message.go 235行:
// TODO: what to do with resp?
_ = resp
The text was updated successfully, but these errors were encountered: