-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
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
下载iphone的声音文件时,微信返回来的文件名为空 #942
Labels
Comments
shilianwang
added a commit
to shilianwang/WxJava
that referenced
this issue
Feb 20, 2019
当微信返回回来的文件名为空时,使用当前时间作为文件名
shilianwang
added a commit
to shilianwang/WxJava
that referenced
this issue
Feb 20, 2019
下载iphone的声音文件时,微信返回来的文件名为空。在当前的代码下,文件名为空时返回null。其实这个时候返回的文件内容是正确的,只是文件名为空而已。所以修改此处代码为当发现文件名为空时,使用当前系统时间生成文件名。已多次测试通过。
已修正,并提交PR。请确认!下载iphone的声音文件时,微信返回来的文件名为空。在当前的代码下,文件名为空时返回null。其实这个时候返回的文件内容是正确的,只是文件名为空而已。所以修改此处代码为当发现文件名为空时,使用当前系统时间生成文件名。已多次测试通过。 |
binarywang
pushed a commit
that referenced
this issue
Mar 1, 2019
3.3.5.B 测试版本已修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下载iphone的声音文件时,微信返回来的文件名为空。在当前的代码下,文件名为空时返回null。其实这个时候返回的文件内容是正确的,只是文件名为空而已。 参考#941
The text was updated successfully, but these errors were encountered: