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
使用swoole API 期望上传文件,普通的小文件没有问题,但是稍微大一点的文件(2.5M),微信接口就返回空。 检查了一下源码和WEB微信的实现方式,发现WEB微信使用分段上传的方式传递,而VBOT只传输一次,但是还没有探究出如何改造以实现分段上传。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用swoole API 期望上传文件,普通的小文件没有问题,但是稍微大一点的文件(2.5M),微信接口就返回空。
检查了一下源码和WEB微信的实现方式,发现WEB微信使用分段上传的方式传递,而VBOT只传输一次,但是还没有探究出如何改造以实现分段上传。
The text was updated successfully, but these errors were encountered: